Files
wifipineapple-openwrt/package/network/config/firewall3/files/firewall.hotplug
Jo-Philipp Wich bc882ab1f1 firewall3 - a C implementation of the current firewall scripts
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35643 3c298f89-4303-0410-b956-a3cf2f4a3e73
2013-02-17 19:26:52 +00:00

9 lines
185 B
Bash

#!/bin/sh
[ "$ACTION" = ifup ] || exit 0
fw3 -q network "$INTERFACE" >/dev/null || exit 0
logger -t firewall "Restarting firewall due to ifup of $INTERFACE ($DEVICE)"
fw3 -q restart