summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall/files/firewall.user
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:21:52 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-06-04 12:21:52 +0000
commitb721c9222110f0bbf2203da602f60ac0ec6f32ff (patch)
treef2e8a3de87e2d15cb5a674596bc8b26f2241d0e1 /package/network/config/firewall/files/firewall.user
parent0dd6753c09a91d9046f9508f6f02c58212df8e5e (diff)
downloadmaster-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.gz
master-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.bz2
master-31e0f0ae-b721c9222110f0bbf2203da602f60ac0ec6f32ff.zip
firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA
SVN-Revision: 36838
Diffstat (limited to 'package/network/config/firewall/files/firewall.user')
-rw-r--r--package/network/config/firewall/files/firewall.user7
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.