applications/luci-firewall: support NOTRACK rules

This commit is contained in:
Jo-Philipp Wich 2011-01-23 20:23:43 +00:00
parent d0a9940964
commit 5b77c42e56

View file

@ -136,6 +136,7 @@ jump.default = "ACCEPT"
jump:value("DROP", translate("drop"))
jump:value("ACCEPT", translate("accept"))
jump:value("REJECT", translate("reject"))
jump:value("NOTRACK", translate("don't track"))
smac = s:taboption("advanced", Value, "src_mac", translate("Source MAC address"))