From: Zbigniew Jędrzejewski-Szmek Date: Tue, 3 Mar 2020 17:36:03 +0000 (+0100) Subject: man: document the default value for IPv6AcceptRA= X-Git-Tag: v245~13^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7fe06fb0a00bdbc0d9b94232fbaa115560d9e6f;p=thirdparty%2Fsystemd.git man: document the default value for IPv6AcceptRA= Fixes #14121. --- diff --git a/man/systemd.network.xml b/man/systemd.network.xml index 8915d50d1ec..9da078cb7df 100644 --- a/man/systemd.network.xml +++ b/man/systemd.network.xml @@ -614,10 +614,12 @@ IPv6AcceptRA= - 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. + 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. Further settings for the IPv6 RA support may be configured in the [IPv6AcceptRA] section, see below.