mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-01 21:13:09 +01:00
5 lines
143 B
Text
5 lines
143 B
Text
. /lib/firewall/uci_firewall.sh
|
|
unset ZONE
|
|
config_get ifname $INTERFACE ifname
|
|
[ "$ifname" == "lo" ] && exit 0
|
|
fw_event "$ACTION" "$INTERFACE"
|