mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
network: clarify the relationship between DHCP= and WithoutRA=
Just setting DHCP=ipv6 is not enough to get DHCPv6 working without RA. The WithoutRA option must also be changed from its default of "no".
This commit is contained in:
parent
0bcc6557fb
commit
6e40d0e458
@ -328,9 +328,10 @@
|
||||
<literal>no</literal>.</para>
|
||||
|
||||
<para>Note that DHCPv6 will by default be triggered by Router Advertisement, if that is
|
||||
enabled, regardless of this parameter. By enabling DHCPv6 support explicitly, the DHCPv6
|
||||
client will be started regardless of the presence of routers on the link, or what flags the
|
||||
routers pass. See <literal>IPv6AcceptRA=</literal>.</para>
|
||||
enabled, regardless of this parameter. By explicitly enabling DHCPv6 support here, the
|
||||
DHCPv6 client will be started in the mode specified by the <variable>WithoutRA=</variable>
|
||||
setting in the [DHCPv6] section, regardless of the presence of routers on the link, or
|
||||
what flags the routers pass. See <literal>IPv6AcceptRA=</literal>.</para>
|
||||
|
||||
<para>Furthermore, note that by default the domain name specified through DHCP is not used
|
||||
for name resolution. See option <option>UseDomains=</option> below.</para>
|
||||
|
Loading…
Reference in New Issue
Block a user