]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/libsystemd-network/sd-dhcp6-client.c
network: clarify the relationship between RA flags and DHCPv6 modes
authorAlex Henrie <alexh@vpitech.com>
Fri, 6 May 2022 20:01:53 +0000 (14:01 -0600)
committerAlex Henrie <alexh@vpitech.com>
Fri, 6 May 2022 20:01:53 +0000 (14:01 -0600)
commit0bcc6557fbba32ebcdf323e76688ced50e3c8d8e
tree81c6a7e7d1869bcd03c9159fd58de72126251dd0
parentad11dd94fd942b8f7531ed6420418d998fc3d34f
network: clarify the relationship between RA flags and DHCPv6 modes

In the documentation, using the term "managed" for both the RA flag and
the DHCPv6 mode is confusing because the mode is referred to as
"solicit" both in the official DHCPv6 documentation (see RFC 8415) and
in the WithoutRA option.

Furthermore, calling the other RA flag "other information" or "other
address configuration" is confusing because its official name is simply
"other configuration" (see RFC 4861 and RFC 5175) and it isn't used to
assign IP addresses.

Rewrite the documentation for DHCPv6Client and WithoutRA to make it
clear that getting the "managed" RA flag triggers the same kind of DHCP
request as WithoutRA=solicit, whereas getting the "other configuration"
RA flag triggers the same kind of DHCP request as
WithoutRA=information-request.
man/systemd.network.xml
src/libsystemd-network/sd-dhcp6-client.c
src/network/networkd-dhcp6.c
src/network/networkd-ndisc.c