diff options
author | Susant Sahani <ssahani@vmware.com> | 2020-06-10 04:57:35 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2020-06-17 07:20:48 +0200 |
commit | 120b5c0bbead6f635eeebce0a47ec5a777560f74 (patch) | |
tree | f051753905d5fc514ae62a029265118e37bbb25a /src/network/networkd-dhcp6.h | |
parent | efi: use stub for cache_efi_options_variable if !ENABLE_EFI (diff) | |
download | systemd-120b5c0bbead6f635eeebce0a47ec5a777560f74.tar.xz systemd-120b5c0bbead6f635eeebce0a47ec5a777560f74.zip |
network: DHCPv6 - Add support to set token on the LAN interface
This patch adds support to set a token on the LAN interface for
the acquired delegated prefixes for the DHCPv6 to generate address.
Diffstat (limited to 'src/network/networkd-dhcp6.h')
-rw-r--r-- | src/network/networkd-dhcp6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-dhcp6.h b/src/network/networkd-dhcp6.h index e7c180897b..913410fe77 100644 --- a/src/network/networkd-dhcp6.h +++ b/src/network/networkd-dhcp6.h @@ -16,3 +16,4 @@ int dhcp6_prefix_remove(Manager *m, struct in6_addr *addr); CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_pd_hint); CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_mud_url); +CONFIG_PARSER_PROTOTYPE(config_parse_dhcp6_delegated_prefix_token); |