mirror of
https://github.com/optim-enterprises-bv/openwrt-ipq.git
synced 2025-11-06 21:28:33 +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"
|