]> git.ipfire.org Git - thirdparty/systemd.git/commit
network: do not request RAPID_COMMIT option
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 Oct 2021 11:46:18 +0000 (20:46 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 12 Oct 2021 17:46:24 +0000 (02:46 +0900)
commit308d01f3c4decf3240ca0c6c7f91049953df7299
tree2898be76b9d175d263676515d31b7f3c448b1666
parentf5e3619b70c61351fa6e4fdacfc70da8aa4b93a3
network: do not request RAPID_COMMIT option

The option must not be included in OPTION_REQUEST option.
See the "Client ORO" field in
https://www.iana.org/assignments/dhcpv6-parameters/dhcpv6-parameters.xhtml#dhcpv6-parameters-2

This deprecates RapidCommit= setting. Note that sd-dhcp6-client always
sets the RAPID_COMMIT option in the solicit message.
man/systemd.network.xml
src/network/networkd-dhcp6.c
src/network/networkd-network-gperf.gperf
src/network/networkd-network.c
src/network/networkd-network.h
test/test-network/conf/dhcp-client-ipv6-rapid-commit.network [deleted file]
test/test-network/systemd-networkd-tests.py