summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-07-30 23:49:32 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-07-31 03:06:04 +0200
commite2becab08506d8a085f4c18231c7f354db16df9f (patch)
treefcb6458918002321802ac5021574409c896634af /network
parentMerge pull request #33878 from yuwata/network-bind-carrier (diff)
downloadsystemd-e2becab08506d8a085f4c18231c7f354db16df9f.tar.xz
systemd-e2becab08506d8a085f4c18231c7f354db16df9f.zip
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.
Diffstat (limited to 'network')
-rw-r--r--network/80-wifi-station.network.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/network/80-wifi-station.network.example b/network/80-wifi-station.network.example
index 160b4eb5e3..600ce4c5ea 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