mirror of
https://github.com/openwrt/luci.git
synced 2026-04-15 10:51:51 +00:00
Added REJECT target to firewall zone configuration
This commit is contained in:
@@ -25,6 +25,7 @@ p[2] = s:option(ListValue, "output")
|
||||
p[3] = s:option(ListValue, "forward")
|
||||
|
||||
for i, v in ipairs(p) do
|
||||
v:value("REJECT", translate("fw_reject"))
|
||||
v:value("DROP", translate("fw_drop"))
|
||||
v:value("ACCEPT", translate("fw_accept"))
|
||||
end
|
||||
@@ -44,6 +45,7 @@ p[2] = s:option(ListValue, "output")
|
||||
p[3] = s:option(ListValue, "forward")
|
||||
|
||||
for i, v in ipairs(p) do
|
||||
v:value("REJECT", translate("fw_reject"))
|
||||
v:value("DROP", translate("fw_drop"))
|
||||
v:value("ACCEPT", translate("fw_accept"))
|
||||
end
|
||||
@@ -60,4 +62,4 @@ function net.cfgvalue(self, section)
|
||||
return value or name:cfgvalue(section)
|
||||
end
|
||||
|
||||
return m
|
||||
return m
|
||||
|
||||
Reference in New Issue
Block a user