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

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