luci-app-upnp: support igdv1 run time flag
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
This commit is contained in:
parent
3f51712153
commit
0ddc0596af
1 changed files with 3 additions and 0 deletions
|
@ -35,6 +35,9 @@ s:taboption("general", Flag, "enable_natpmp", translate("Enable NAT-PMP function
|
|||
s:taboption("general", Flag, "secure_mode", translate("Enable secure mode"),
|
||||
translate("Allow adding forwards only to requesting ip addresses")).default = "1"
|
||||
|
||||
s:taboption("general", Flag, "igdv1", translate("Enable IGDv1 mode"),
|
||||
translate("Advertise as IGDv1 device instead of IGDv2")).default = "0"
|
||||
|
||||
s:taboption("general", Flag, "log_output", translate("Enable additional logging"),
|
||||
translate("Puts extra debugging information into the system log"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue