s = m:section(NamedSection, arg[1], "redirect", "")
s.anonymous = true
+back = s:option(DummyValue, "_overview", translate("overview"))
+back.value = ""
+back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "redirection")
+
name = s:option(Value, "_name", translate("name"))
name.rmempty = true
name.size = 10
s = m:section(NamedSection, arg[1], "rule", "")
s.anonymous = true
+back = s:option(DummyValue, "_overview", translate("overview"))
+back.value = ""
+back.titleref = luci.dispatcher.build_url("admin", "network", "firewall", "traffic")
+
+
name = s:option(Value, "_name", translate("name")..translate("cbi_optional"))
name.rmempty = true
s = m:section(NamedSection, arg[1], "interface")
s.addremove = true
+back = s:option(DummyValue, "_overview", translate("overview"))
+back.value = ""
+back.titleref = luci.dispatcher.build_url("admin", "network", "network")
+
p = s:option(ListValue, "proto", translate("protocol"))
p:value("static", translate("static"))
p:value("dhcp", "DHCP")
s = m:section(NamedSection, arg[1], "wifi-device", translate("device") .. " " .. arg[1])
--s.addremove = true
+back = s:option(DummyValue, "_overview", translate("overview"))
+back.value = ""
+back.titleref = luci.dispatcher.build_url("admin", "network", "wireless")
+
+
en = s:option(Flag, "disabled", translate("enable"))
en.enabled = "0"
en.disabled = "1"