[package] firewall: properly dispatch delif events if the network has a different...
[openwrt.git] / package / firewall / files / 20-firewall
index 38fbb94..32f8a85 100644 (file)
@@ -29,7 +29,7 @@ config_foreach load_zones zone
 [ ifdown = "$ACTION" ] && {
        for z in $ZONE; do 
                local up
-               config_get up $z up
+               config_get up "$INTERFACE" up
                [ "$up" == "1" ] && delif "$INTERFACE" "$ifname" "$z"
        done
 }
This page took 0.027508 seconds and 4 git commands to generate.