summaryrefslogtreecommitdiff
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2020-10-16 16:00:49 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2020-10-19 12:09:36 +0900
commit4afd986753b1a8d50ea86d91732b32dff3e6e3e9 (patch)
tree8923504e4a18ce1f2c42c11ecf627789c61896e1 /src/network/networkd-network.h
parente502f94dcf1f277eb855d945da44e1dec57eefb1 (diff)
downloadsystemd-4afd986753b1a8d50ea86d91732b32dff3e6e3e9.tar.gz
network: introduce Announce= in [DHCPv6PrefixDelegation]
When disabled, the delegated prefixes are not emit by RA. Closes #17353.
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 5a8aca3133..2cf89857ba 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -202,6 +202,7 @@ struct Network {
/* DHCPv6 Prefix Delegation support */
int dhcp6_pd;
+ bool dhcp6_pd_announce;
bool dhcp6_pd_assign;
int64_t dhcp6_pd_subnet_id;
union in_addr_union dhcp6_pd_token;