Fix service_name management and add pppoe_only_equal_svc_name parameter
This commit is contained in:
parent
fb0f416a01
commit
1e722029bc
4 changed files with 17 additions and 3 deletions
1
l2tpns.c
1
l2tpns.c
|
|
@ -185,6 +185,7 @@ config_descriptt config_values[] = {
|
|||
CONFIG("disable_sending_hello", disable_sending_hello, BOOL),
|
||||
CONFIG("disable_no_spoof", disable_no_spoof, BOOL),
|
||||
CONFIG("bind_multi_address", bind_multi_address, STRING),
|
||||
CONFIG("pppoe_only_equal_svc_name", pppoe_only_equal_svc_name, BOOL),
|
||||
{ NULL, 0, 0, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue