Stub for VpnMask config directive.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 16 May 2000 13:09:15 +0000 (13:09 +0000)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 16 May 2000 13:09:15 +0000 (13:09 +0000)
src/conf.c
src/conf.h

index a9c136e..4431ccf 100644 (file)
@@ -59,6 +59,7 @@ static internal_config_t hazahaza[] = {
   { "PingTimeout",  pingtimeout,    TYPE_INT },
   { "TapDevice",    tapdevice,      TYPE_NAME },
   { "KeyExpire",    keyexpire,      TYPE_INT },
+  { "VpnMask",      vpnmask,        TYPE_IP },
   { NULL, 0, 0 }
 };
 
index de74c9f..36a7bb8 100644 (file)
@@ -40,7 +40,8 @@ typedef enum which_t {
   tapdevice,
   allowconnect,
   pingtimeout,
-  keyexpire
+  keyexpire,
+  vpnmask
 } which_t;
 
 typedef struct config_t {