diff options
author | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-04 12:21:52 +0000 |
---|---|---|
committer | jow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-06-04 12:21:52 +0000 |
commit | af9bb55d2ff6333b163c87816430d68a87512e08 (patch) | |
tree | d54f2e193a092748218f3bf75cbdda08d8a2f4cd /package/network/config/firewall/files/firewall.user | |
parent | a901329781eae4716c21d3d8f70a18501d9f2352 (diff) |
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36838 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/config/firewall/files/firewall.user')
-rw-r--r-- | package/network/config/firewall/files/firewall.user | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/network/config/firewall/files/firewall.user b/package/network/config/firewall/files/firewall.user new file mode 100644 index 0000000000..6f799063f5 --- /dev/null +++ b/package/network/config/firewall/files/firewall.user @@ -0,0 +1,7 @@ +# This file is interpreted as shell script. +# Put your custom iptables rules here, they will +# be executed with each firewall (re-)start. + +# Internal uci firewall chains are flushed and recreated on reload, so +# put custom rules into the root chains e.g. INPUT or FORWARD or into the +# special user chains, e.g. input_wan_rule or postrouting_lan_rule. |