aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/files/firewall.hotplug
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
commit0f0fb567192bd1bfcfaea8616be30b7d2d8676e9 (patch)
treed54f2e193a092748218f3bf75cbdda08d8a2f4cd /package/network/config/firewall3/files/firewall.hotplug
parent484c42a9349591991a1ec87dd265d817fcc89645 (diff)
downloadmaster-187ad058-0f0fb567192bd1bfcfaea8616be30b7d2d8676e9.tar.gz
master-187ad058-0f0fb567192bd1bfcfaea8616be30b7d2d8676e9.tar.bz2
master-187ad058-0f0fb567192bd1bfcfaea8616be30b7d2d8676e9.zip
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/firewall3/files/firewall.hotplug')
-rw-r--r--package/network/config/firewall3/files/firewall.hotplug10
1 files changed, 0 insertions, 10 deletions
diff --git a/package/network/config/firewall3/files/firewall.hotplug b/package/network/config/firewall3/files/firewall.hotplug
deleted file mode 100644
index 34f3afec9b..0000000000
--- a/package/network/config/firewall3/files/firewall.hotplug
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/sh
-
-[ "$ACTION" = ifup ] || exit 0
-
-/etc/init.d/firewall enabled || exit 0
-
-fw3 -q network "$INTERFACE" >/dev/null || exit 0
-
-logger -t firewall "Reloading firewall due to ifup of $INTERFACE ($DEVICE)"
-fw3 -q reload