Add param disable no spoof

This commit is contained in:
fendo 2013-02-11 00:15:36 +01:00
parent f5354e1754
commit ec1507a6c2
3 changed files with 3 additions and 1 deletions

View file

@ -780,6 +780,7 @@ typedef struct
char pppoe_ac_name[64];
uint8_t pppoe_hwaddr[ETH_ALEN]; // MAC addr of interface pppoe to bind
int disable_sending_hello; // Disable l2tp sending HELLO message for Apple compatibility.
int disable_no_spoof; // Disable no spoof (permit load balancing client --> internet)
} configt;
enum config_typet { INT, STRING, UNSIGNED_LONG, SHORT, BOOL, IPv4, IPv6 };