diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-22 06:11:20 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-07-22 14:28:20 +0200 |
commit | 50ee1fec3a7db383903ce9870239161bce908787 (patch) | |
tree | d1fc134113a5992526e7490503e206377f0e49eb /src/network/networkd-network.h | |
parent | sd-dhcp6-client: introduce sd_dhcp6_client_set_rapid_commit() (diff) | |
download | systemd-50ee1fec3a7db383903ce9870239161bce908787.tar.xz systemd-50ee1fec3a7db383903ce9870239161bce908787.zip |
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.h | 1 |
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; |