summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-07-22 13:11:20 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-07-22 21:28:20 +0900
commit50ee1fec3a7db383903ce9870239161bce908787 (patch)
treed1fc134113a5992526e7490503e206377f0e49eb /src/network/networkd-network.h
parent4397967f8ccaf50885eecfbc5df927613852de66 (diff)
downloadsystemd-50ee1fec3a7db383903ce9870239161bce908787.tar.gz
network: dhcp6: re-introduce RapidCommit= setting
Previous implementation of disabling rapid commit was broken, and dropped by 308d01f3c4decf3240ca0c6c7f91049953df7299. Let's re-introduce the option in the correct way, as some servers seem to return borked message when the solicit message contain the rapid commit option. Closes #24065.
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index c653124a9c..3df7eee555 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -164,6 +164,7 @@ struct Network {
bool dhcp6_use_hostname;
bool dhcp6_use_ntp;
bool dhcp6_use_ntp_set;
+ bool dhcp6_use_rapid_commit;
DHCPUseDomains dhcp6_use_domains;
bool dhcp6_use_domains_set;
uint32_t dhcp6_iaid;