summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 18:36:03 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-03 18:36:03 +0100
commitc7fe06fb0a00bdbc0d9b94232fbaa115560d9e6f (patch)
treeb137273ed7ffa6263e349e0e69e8585adf2db88b
parentcd517eb7310de083bfbf51322239d9538d86cd2a (diff)
downloadsystemd-c7fe06fb0a00bdbc0d9b94232fbaa115560d9e6f.tar.gz
man: document the default value for IPv6AcceptRA=
Fixes #14121.
-rw-r--r--man/systemd.network.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/man/systemd.network.xml b/man/systemd.network.xml
index 8915d50d1e..9da078cb7d 100644
--- a/man/systemd.network.xml
+++ b/man/systemd.network.xml
@@ -614,10 +614,12 @@
</varlistentry>
<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, independently of the
- local forwarding state. 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.</para>
+ <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 bond devices and when link
+ local adressing is disabled.</para>
<para>Further settings for the IPv6 RA support may be configured in the
<literal>[IPv6AcceptRA]</literal> section, see below.</para>