Page MenuHomeVyOS Platform

wlan: can not disable interface if SSID is not configured
Closed, ResolvedPublicBUG

Description

[email protected]# commit

SSID must be configured

To reproduce:

[email protected]# show interfaces wireless
 wireless wlan0 {
-    address dhcp
     country-code de
+    disable
     hw-id 04:f0:21:54:2f:c3
     physical-device phy0
-    ssid GeFoekoM
     type station
-    vrf blue
 }

To reproduce:

sudo modprobe modprobe mac80211_hwsim

set interfaces wireless wlan0 address dhcp
set interfaces wireless wlan0 country-code de
set interfaces wireless wlan0 ssid fooo
set interfaces wireless wlan0 type station
commit

set interfaces wireless wlan0 disable
del interfaces wireless wlan0 ssid
commit

Details

Difficulty level
Easy (less than an hour)
Version
1.4-rolling-202305160317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Cosmetic issue (typos etc.)

Related Objects

Mentioned In
1.3.4

Event Timeline

c-po changed the task status from Open to In progress.Aug 12 2023, 3:47 PM
c-po claimed this task.
c-po triaged this task as Low priority.
c-po created this task.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po changed Issue type from Bug (incorrect behavior) to Cosmetic issue (typos etc.).
c-po reopened this task as Backport pending.Aug 19 2023, 3:07 PM
c-po moved this task from Need Triage to Finished on the VyOS 1.4 Sagitta board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.4) board.