summaryrefslogtreecommitdiffstats
path: root/man/systemd.network.xml
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-04-16 09:28:44 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-04-18 02:40:23 +0200
commit769f9744b75e7733e09c956bb84b85abf37e7314 (patch)
tree4e72690c0135f829011b7c1c39111cba7dac96e5 /man/systemd.network.xml
parentsd-radv: refuse packet from the same interface (diff)
downloadsystemd-769f9744b75e7733e09c956bb84b85abf37e7314.tar.xz
systemd-769f9744b75e7733e09c956bb84b85abf37e7314.zip
network/ndisc: disable Neighbor discovery client if RADV is enabled
Running both sd-ndisc and sd-radv should be mostly a misconfiguration, but may not. So, let's only disable sd-ndisc by default when sd-radv is enabled, but allow when both are explicitly requested.
Diffstat (limited to 'man/systemd.network.xml')
-rw-r--r--man/systemd.network.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 38ab30fb4d..5e8361f69a 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -888,12 +888,13 @@ Table=1234</programlisting></para>
<varlistentry>
<term><varname>IPv6AcceptRA=</varname></term>
<listitem>
- <para>Takes a boolean. Controls IPv6 Router Advertisement (RA) reception support for the
- interface. If true, RAs are accepted; if false, RAs are ignored. When RAs are accepted, they
- may trigger the start of the DHCPv6 client if the relevant flags are set in the RA data, or
- if no routers are found on the link. The default is to disable RA reception for bridge
- devices or when IP forwarding is enabled, and to enable it otherwise. Cannot be enabled on
- devices aggregated in a bond device or when link-local addressing is disabled.</para>
+ <para>Takes a boolean. Controls IPv6 Router Advertisement (RA) reception support for the interface.
+ If true, RAs are accepted; if false, RAs are ignored. When RAs are accepted, they may trigger the
+ start of the DHCPv6 client if the relevant flags are set in the RA data, or if no routers are found
+ on the link. Defaults to false for bridge devices, when IP forwarding is enabled,
+ <varname>IPv6SendRA=</varname> or <varname>KeepMaster=</varname> is enabled. Otherwise, enabled by
+ default. Cannot be enabled on devices aggregated in a bond device or when link-local addressing is
+ disabled.</para>
<para>Further settings for the IPv6 RA support may be configured in the [IPv6AcceptRA]
section, see below.</para>