summaryrefslogtreecommitdiffhomepage
path: root/applications
diff options
context:
space:
mode:
authorKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2018-04-29 19:28:54 +0100
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>2018-05-02 21:53:36 +0100
commit0ddc0596af418bfaa79e17752d39441d58056c46 (patch)
treee0c969a42db23389679f39afb65faf91ca947437 /applications
parent3f517121532e8f7e1987e491fe42cdb43cacc3a7 (diff)
luci-app-upnp: support igdv1 run time flag
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'applications')
-rw-r--r--applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua
index 74b9d1d03..17a4d9b76 100644
--- a/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua
+++ b/applications/luci-app-upnp/luasrc/model/cbi/upnp/upnp.lua
@@ -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"))