summaryrefslogtreecommitdiffstats
path: root/network/80-wifi-ap.network.example
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2023-11-02 05:29:45 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2023-11-03 03:41:52 +0100
commit71164ee9fe1abf649ced47a9df7119ff1bc4eec7 (patch)
treee50bf241e98465b37550c1d5de2983804e858ef2 /network/80-wifi-ap.network.example
parentmeson: install newly added example .network file (diff)
downloadsystemd-71164ee9fe1abf649ced47a9df7119ff1bc4eec7.tar.xz
systemd-71164ee9fe1abf649ced47a9df7119ff1bc4eec7.zip
network: disable IPv6AcceptRA= in several default config
Also, - drop DHCP=no, as it is the default setting, - enable IPv6SendRA= for wifi access point, - enable MulticastDNS= for wifi adhoc mode.
Diffstat (limited to 'network/80-wifi-ap.network.example')
-rw-r--r--network/80-wifi-ap.network.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/network/80-wifi-ap.network.example b/network/80-wifi-ap.network.example
index 6ea1024312..09de9192d7 100644
--- a/network/80-wifi-ap.network.example
+++ b/network/80-wifi-ap.network.example
@@ -17,3 +17,5 @@ WLANInterfaceType=ap
Address=0.0.0.0/24
DHCPServer=yes
IPMasquerade=both
+IPv6AcceptRA=no
+IPv6SendRA=yes