summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-network.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-09-24 21:10:34 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-10-06 18:24:12 +0200
commitf5960e0ab5e4ffa985e8f08308ccadfcb4d4f748 (patch)
tree9927be9200ea951a51aba763370ab4fdd85462fe /src/network/networkd-network.h
parentnetwork: introduce Token=eui64 (diff)
downloadsystemd-f5960e0ab5e4ffa985e8f08308ccadfcb4d4f748.tar.xz
systemd-f5960e0ab5e4ffa985e8f08308ccadfcb4d4f748.zip
network: extend Token= setting in [DHCPv6PrefixDelegation]
Now the setting supports the same syntax as the one in the [IPv6AcceptRA] section.
Diffstat (limited to 'src/network/networkd-network.h')
-rw-r--r--src/network/networkd-network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/networkd-network.h b/src/network/networkd-network.h
index 81b7797e6e..ff9d1338fd 100644
--- a/src/network/networkd-network.h
+++ b/src/network/networkd-network.h
@@ -244,7 +244,7 @@ struct Network {
bool dhcp6_pd_manage_temporary_address;
int64_t dhcp6_pd_subnet_id;
uint32_t dhcp6_pd_route_metric;
- struct in6_addr dhcp6_pd_token;
+ Set *dhcp6_pd_tokens;
/* Bridge Support */
int use_bpdu;