[openwrt/openwrt] wifi-scripts: fix setup of vifs on multi-radio devices

LEDE Commits lede-commits at lists.infradead.org
Sun Aug 3 12:55:19 PDT 2025


nbd pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/844489106421eb8552c926349b6951a4c476ce28

commit 844489106421eb8552c926349b6951a4c476ce28
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Sun Aug 3 21:45:11 2025 +0200

    wifi-scripts: fix setup of vifs on multi-radio devices
    
    Ensure that the vlan name check is bypassed
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc b/package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc
index b0faef1a0a..a33b57cf37 100644
--- a/package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc
+++ b/package/network/config/wifi-scripts/files/lib/netifd/wireless-device.uc
@@ -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,




More information about the lede-commits mailing list