Stub for VpnMask config directive.

This commit is contained in:
Guus Sliepen 2000-05-16 13:09:15 +00:00
parent 30aff5ea2a
commit 85963f4c85
2 changed files with 3 additions and 1 deletions

View 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 }
};

View file

@ -40,7 +40,8 @@ typedef enum which_t {
tapdevice,
allowconnect,
pingtimeout,
keyexpire
keyexpire,
vpnmask
} which_t;
typedef struct config_t {