From 33c3a25a66251606cbf20d3bd5b392d8837116e3 Mon Sep 17 00:00:00 2001 From: Ivo Timmermans Date: Sat, 17 Jun 2000 20:55:54 +0000 Subject: [PATCH] Configuration directive `IndirectData'. --- src/conf.c | 3 ++- src/conf.h | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/conf.c b/src/conf.c index 35ca4d78..0eab0efd 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9 2000/05/30 11:18:12 zarq Exp $ + $Id: conf.c,v 1.9.4.1 2000/06/17 20:55:54 zarq Exp $ */ @@ -65,6 +65,7 @@ static internal_config_t hazahaza[] = { { "KeyExpire", keyexpire, TYPE_INT }, { "VpnMask", vpnmask, TYPE_IP }, { "Hostnames", resolve_dns, TYPE_BOOL }, + { "IndirectData", indirectdata, TYPE_BOOL }, { NULL, 0, 0 } }; diff --git a/src/conf.h b/src/conf.h index de3d583c..968a12a4 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.h,v 1.6 2000/05/30 11:18:12 zarq Exp $ + $Id: conf.h,v 1.6.4.1 2000/06/17 20:55:54 zarq Exp $ */ #ifndef __TINC_CONF_H__ @@ -45,7 +45,8 @@ typedef enum which_t { pingtimeout, keyexpire, vpnmask, - resolve_dns + resolve_dns, + indirectdata } which_t; typedef struct config_t { -- 2.20.1