]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: request non-NULL SSID when a wlan interface is configured as station
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 30 Jul 2024 21:49:32 +0000 (06:49 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 31 Jul 2024 01:06:04 +0000 (10:06 +0900)
To avoid conflicts with user .network file for the wlan interface with Bond=.
See https://github.com/systemd/systemd/issues/19832#issuecomment-857661200.

network/80-wifi-station.network.example

index 160b4eb5e30e5ffdf4ec0ffbf9bfa9613246754d..600ce4c5ea1e16c9e220c5b1f5ae830c9ad5854d 100644 (file)
@@ -12,6 +12,7 @@
 [Match]
 Type=wlan
 WLANInterfaceType=station
+SSID=*
 
 [Network]
 DHCP=yes