4b89326b515d9806f7ab88b04fc989352d24c736
[openwrt.git] / package / firewall / files / 20-firewall
1 . /lib/firewall/uci_firewall.sh
2 unset ZONE
3 config_get ifname $INTERFACE ifname
4 [ "$ifname" == "lo" ] && exit 0
5 fw_event "$ACTION" "$INTERFACE"
This page took 0.040399 seconds and 3 git commands to generate.