From: Yu Watanabe Date: Tue, 30 Jul 2024 21:49:32 +0000 (+0900) Subject: network: request non-NULL SSID when a wlan interface is configured as station X-Git-Tag: v257-rc1~797 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2becab08506d8a085f4c18231c7f354db16df9f;p=thirdparty%2Fsystemd.git 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. --- diff --git a/network/80-wifi-station.network.example b/network/80-wifi-station.network.example index 160b4eb5e30..600ce4c5ea1 100644 --- a/network/80-wifi-station.network.example +++ b/network/80-wifi-station.network.example @@ -12,6 +12,7 @@ [Match] Type=wlan WLANInterfaceType=station +SSID=* [Network] DHCP=yes