On 09.12.24 19:19, e9hack wrote:

3) vlan settings: vlan_no_bridge must be 0, if vlan_bridge isn't set and the bridge configuration comes from a vlan file    It isn't possible to set vlan_no_bridge to 0.

are you sure about this ?

the old code looked like this

    if [ -n "$vlan_bridge" ]; then
        append bss_conf "vlan_bridge=$vlan_bridge" "$N"
    else
        set_default vlan_no_bridge 1
    fi

the new code replicates that logic

    John


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to