summaryrefslogtreecommitdiff
path: root/package/network/config/firewall3/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/firewall3/files/firewall.user
parent0dd6753c09a91d9046f9508f6f02c58212df8e5e (diff)
downloadmtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.zip
mtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.gz
mtk-20170518-b721c9222110f0bbf2203da602f60ac0ec6f32ff.tar.bz2
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/firewall3/files/firewall.user')
-rw-r--r--package/network/config/firewall3/files/firewall.user7
1 files changed, 0 insertions, 7 deletions
diff --git a/package/network/config/firewall3/files/firewall.user b/package/network/config/firewall3/files/firewall.user
deleted file mode 100644
index 6f79906..0000000
--- a/package/network/config/firewall3/files/firewall.user
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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.