diff options
Diffstat (limited to 'package/network/config/firewall3/files/firewall.hotplug')
-rw-r--r-- | package/network/config/firewall3/files/firewall.hotplug | 2 |
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)" |