Add param disable no spoof
This commit is contained in:
parent
f5354e1754
commit
ec1507a6c2
3 changed files with 3 additions and 1 deletions
1
l2tpns.c
1
l2tpns.c
|
|
@ -191,6 +191,7 @@ config_descriptt config_values[] = {
|
|||
CONFIG("pppoe_service_name", pppoe_service_name, STRING),
|
||||
CONFIG("pppoe_ac_name", pppoe_ac_name, STRING),
|
||||
CONFIG("disable_sending_hello", disable_sending_hello, BOOL),
|
||||
CONFIG("disable_no_spoof", disable_no_spoof, BOOL),
|
||||
{ NULL, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue