applications/luci-firewall: support NOTRACK rules
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 23 Jan 2011 20:23:43 +0000 (20:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 23 Jan 2011 20:23:43 +0000 (20:23 +0000)
applications/luci-firewall/luasrc/model/cbi/luci_fw/trule.lua

index 99011fe..dc985d8 100644 (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("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"))
 
 
 smac = s:taboption("advanced", Value, "src_mac", translate("Source MAC address"))