aboutsummaryrefslogtreecommitdiffstats
path: root/package/firewall/files/20-firewall
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-05-01 18:22:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-05-01 18:22:01 +0000
commit64175a0ded3a2f390d985452c0bcb11350bac3e5 (patch)
treec2bf3d0e96906797339230fbdb5c75a268fb9f1e /package/firewall/files/20-firewall
parent29da0b6c6cb1a2db0f0f05cbc346ed9963feecff (diff)
downloadmaster-187ad058-64175a0ded3a2f390d985452c0bcb11350bac3e5.tar.gz
master-187ad058-64175a0ded3a2f390d985452c0bcb11350bac3e5.tar.bz2
master-187ad058-64175a0ded3a2f390d985452c0bcb11350bac3e5.zip
[package] firewall:
- replace uci firewall with a modular dual stack implementation developed by Malte S. Stretz - bump version to 2 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21286 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/firewall/files/20-firewall')
-rw-r--r--package/firewall/files/20-firewall5
1 files changed, 0 insertions, 5 deletions
diff --git a/package/firewall/files/20-firewall b/package/firewall/files/20-firewall
deleted file mode 100644
index 4b89326b51..0000000000
--- a/package/firewall/files/20-firewall
+++ /dev/null
@@ -1,5 +0,0 @@
-. /lib/firewall/uci_firewall.sh
-unset ZONE
-config_get ifname $INTERFACE ifname
-[ "$ifname" == "lo" ] && exit 0
-fw_event "$ACTION" "$INTERFACE"