1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-11 20:58:27 +03:00

network: request non-NULL SSID when a wlan interface is configured as station

To avoid conflicts with user .network file for the wlan interface with Bond=.
See https://github.com/systemd/systemd/issues/19832#issuecomment-857661200.

(cherry picked from commit e2becab08506d8a085f4c18231c7f354db16df9f)
This commit is contained in:
Yu Watanabe 2024-07-31 06:49:32 +09:00 committed by Luca Boccassi
parent c12c122e2a
commit ad861b6ae6

View File

@ -12,6 +12,7 @@
[Match]
Type=wlan
WLANInterfaceType=station
SSID=*
[Network]
DHCP=yes