mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-12 17:49:29 +00:00
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"
|