Fix service_name management and add pppoe_only_equal_svc_name parameter

This commit is contained in:
fendo 2013-04-09 17:03:00 +02:00
parent fb0f416a01
commit 1e722029bc
4 changed files with 17 additions and 3 deletions

View file

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