kexec is also available on armel
[openwrt.git] / package / firewall / files / lib / core_init.sh
index a55ace1..a549bd9 100644 (file)
@@ -159,7 +159,7 @@ fw_load_zone() {
        fw_callback pre zone
 
        [ $zone_conntrack = 1 -o $zone_masq = 1 ] && \
-               append FW_CONNTRACK_ZONES "$zone_NAME"
+               append FW_CONNTRACK_ZONES "$zone_name"
 
        local mode
        case "$zone_family" in
This page took 0.023738 seconds and 4 git commands to generate.