mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-14 19:04:39 +00:00
74cbcc9ee5
SVN-Revision: 18716
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"
|