From 98480662c27621d1dca2d2f6dac598467e256fec Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 13 Mar 2013 15:46:30 +0000 Subject: 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35998 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/network/config/firewall3/files/firewall.hotplug | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/network/config/firewall3/files/firewall.hotplug') diff --git a/package/network/config/firewall3/files/firewall.hotplug b/package/network/config/firewall3/files/firewall.hotplug index dbb98cdcd..34f3afec9 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)" -- cgit v1.2.3