summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/files/firewall.hotplug
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2013-03-13 15:46:30 +0000
committerJo-Philipp Wich <jow@openwrt.org>2013-03-13 15:46:30 +0000
commit9faa312dbb3391ffb97516802331d86da2b2ee6b (patch)
treee54ac299d08a75a91febc9f0a6b7455814d8710a /package/network/config/firewall3/files/firewall.hotplug
parente29424e0c8ce5382e0a418ca25e0e1e439ee4fc3 (diff)
downloadmaster-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.tar.gz
master-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.tar.bz2
master-31e0f0ae-9faa312dbb3391ffb97516802331d86da2b2ee6b.zip
firewall3: update to git head
* Adds support for emitting hotplug events when creating and clearing zones (fixes miniupnpd) * Make NAT reflection direction configurable * Map init script stop action to flush * Map init script reload action to reload * Respect init script disabled state in hotplug handler SVN-Revision: 35998
Diffstat (limited to 'package/network/config/firewall3/files/firewall.hotplug')
-rw-r--r--package/network/config/firewall3/files/firewall.hotplug2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/firewall3/files/firewall.hotplug b/package/network/config/firewall3/files/firewall.hotplug
index dbb98cdcd2..34f3afec9b 100644
--- a/package/network/config/firewall3/files/firewall.hotplug
+++ b/package/network/config/firewall3/files/firewall.hotplug
@@ -2,6 +2,8 @@
[ "$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)"