2
0
forked from Ivasoft/openwrt

firewall3: rename to firewall, move into base system menu, update to git head with compatibility fixes for AA

SVN-Revision: 36838
This commit is contained in:
Jo-Philipp Wich
2013-06-04 12:21:52 +00:00
parent 0dd6753c09
commit b721c92221
6 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,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