mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 23:03:42 +02:00
6b2e482b31
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18716 3c298f89-4303-0410-b956-a3cf2f4a3e73
6 lines
143 B
Plaintext
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"
|