Stub for VpnMask config directive.
This commit is contained in:
parent
30aff5ea2a
commit
85963f4c85
2 changed files with 3 additions and 1 deletions
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
|
@ -40,7 +40,8 @@ typedef enum which_t {
|
|||
tapdevice,
|
||||
allowconnect,
|
||||
pingtimeout,
|
||||
keyexpire
|
||||
keyexpire,
|
||||
vpnmask
|
||||
} which_t;
|
||||
|
||||
typedef struct config_t {
|
||||
|
|
Loading…
Reference in a new issue