]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
network: install wifi-adhoc.network by default, make wifi-{ap,station} examples 13879/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Oct 2019 10:21:41 +0000 (11:21 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 30 Oct 2019 10:21:41 +0000 (11:21 +0100)
I think 80-wifi-adhoc.network is safe enough, since it just enables
the link-local addressing. But the other two enable DHCP in client
or server modes, and we should not do this by default.

network/80-wifi-ap.network.example [moved from network/80-wifi-ap.network with 100% similarity]
network/80-wifi-station.network.example [moved from network/80-wifi-station.network with 100% similarity]
network/meson.build

index 59d4be1a1749bda4f3b4de3d3eb498379ec9de3d..544dcf4387c6334dd55570f5f2e7c652fadbedaf 100644 (file)
@@ -4,6 +4,9 @@ if conf.get('ENABLE_NETWORKD') == 1
         install_data('80-container-host0.network',
                      '80-container-ve.network',
                      '80-container-vz.network',
+                     '80-wifi-adhoc.network',
+                     '80-wifi-ap.network.example',
+                     '80-wifi-station.network.example',
                      install_dir : networkdir)
 
         meson.add_install_script('sh', '-c',