summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-12 20:46:18 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-13 02:46:24 +0900
commit308d01f3c4decf3240ca0c6c7f91049953df7299 (patch)
tree2898be76b9d175d263676515d31b7f3c448b1666 /src/network/networkd-network.h
parentf5e3619b70c61351fa6e4fdacfc70da8aa4b93a3 (diff)
downloadsystemd-308d01f3c4decf3240ca0c6c7f91049953df7299.tar.gz
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.
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index ff9d1338fd..bea882019a 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -174,7 +174,6 @@ struct Network {
bool dhcp6_use_hostname;
bool dhcp6_use_ntp;
bool dhcp6_use_ntp_set;
- bool dhcp6_rapid_commit;
bool dhcp6_route_table;
bool dhcp6_route_table_set;
bool dhcp6_route_table_set_explicitly;