]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
wifi-scripts: fix setup of vifs on multi-radio devices
authorFelix Fietkau <nbd@nbd.name>
Sun, 3 Aug 2025 19:45:11 +0000 (21:45 +0200)
committerFelix Fietkau <nbd@nbd.name>
Sun, 3 Aug 2025 19:55:12 +0000 (21:55 +0200)
Ensure that the vlan name check is bypassed

Signed-off-by: Felix Fietkau <nbd@nbd.name>
package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc

index b0faef1a0a6fd493589a7c50417b989ff65634fe..a33b57cf37befb077a098f48f9963db288e0c8d6 100644 (file)
@@ -36,6 +36,8 @@ function handle_link(dev, data, up)
                     (data.type == "vif" && config.mode == "ap");
 
        let dev_data = {
+               external: 2,
+               check_vlan: false,
                isolate: !!config.bridge_isolate,
                wireless: true,
                wireless_ap: ap,