1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-19 17:36:37 +03:00
openwrt-xburst/package/firewall/files/20-firewall
nbd 6b2e482b31 firewall: get rid of recursive shell script inclusion to improve hush compatibility
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18716 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-12-09 14:04:37 +00:00

6 lines
143 B
Plaintext

. /lib/firewall/uci_firewall.sh
unset ZONE
config_get ifname $INTERFACE ifname
[ "$ifname" == "lo" ] && exit 0
fw_event "$ACTION" "$INTERFACE"