diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-09-24 21:10:34 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2021-10-06 18:24:12 +0200 |
commit | f5960e0ab5e4ffa985e8f08308ccadfcb4d4f748 (patch) | |
tree | 9927be9200ea951a51aba763370ab4fdd85462fe /src/network/networkd-network.h | |
parent | network: introduce Token=eui64 (diff) | |
download | systemd-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.h | 2 |
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; |