summaryrefslogtreecommitdiffstats
path: root/package/network/config/firewall3/files/firewall.hotplug
blob: 34f3afec9b5466e4fa75cdc7cd71c01ad53e0d5d (plain)
1
2
3
4
5
6
7
8
9
10
#!/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