Merge pull request #1778 from ldir-EDB0/igdv2
luci-app-upnp: support igdv1 run time flag
This commit is contained in:
commit
9664fb3d81
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