summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-10-14 15:42:33 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-27 00:33:44 +0900
commit483566e5ba9e4214e04106ae8760a79a13d710c2 (patch)
treea7a0b02fcbcf31d6b025957cc62e9b915a972019 /src/network/networkd-network.h
parentf107df6cdbbc4689d7f38af274a25def32798414 (diff)
downloadsystemd-483566e5ba9e4214e04106ae8760a79a13d710c2.tar.gz
network: deprecate ForceDHCPv6PDOtherInformation= setting
The setting is completely meaningless, as WithoutRA= and UseDelegatedPrefix= in [DHCPv6] section, and DHCPv6Client= in [IPv6AcceptRA] section control the behavior.
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index bd9758c899..f8d62fee6c 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -189,8 +189,6 @@ struct Network {
OrderedHashmap *dhcp6_client_send_options;
OrderedHashmap *dhcp6_client_send_vendor_options;
Set *dhcp6_request_options;
- /* Start DHCPv6 PD also when 'O' RA flag is set, see RFC 7084, WPD-4 */
- bool dhcp6_force_pd_other_information;
/* DHCP Server Support */
bool dhcp_server;