luci-0.10: merge r7268

This commit is contained in:
Jo-Philipp Wich 2011-07-11 13:12:02 +00:00
parent deb6905314
commit f1958c0b84

View file

@ -82,6 +82,10 @@ function s.create(self)
end
end
function s.remove(self, section)
return fw:del_zone(section)
end
info = s:option(DummyValue, "_info", translate("Zone ⇒ Forwardings"))
info.template = "cbi/firewall_zoneforwards"
function info.cfgvalue(self, section)