From a9eedd3cf7ded2789c70a00432e797c4e6eb8a64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 30 Oct 2019 11:21:41 +0100 Subject: [PATCH] network: install wifi-adhoc.network by default, make wifi-{ap,station} examples 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 => 80-wifi-ap.network.example} | 0 ...80-wifi-station.network => 80-wifi-station.network.example} | 0 network/meson.build | 3 +++ 3 files changed, 3 insertions(+) rename network/{80-wifi-ap.network => 80-wifi-ap.network.example} (100%) rename network/{80-wifi-station.network => 80-wifi-station.network.example} (100%) diff --git a/network/80-wifi-ap.network b/network/80-wifi-ap.network.example similarity index 100% rename from network/80-wifi-ap.network rename to network/80-wifi-ap.network.example diff --git a/network/80-wifi-station.network b/network/80-wifi-station.network.example similarity index 100% rename from network/80-wifi-station.network rename to network/80-wifi-station.network.example diff --git a/network/meson.build b/network/meson.build index 59d4be1a17..544dcf4387 100644 --- a/network/meson.build +++ b/network/meson.build @@ -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',