summaryrefslogtreecommitdiffstats
path: root/src/network/networkd-link.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-04-20 03:50:36 +0200
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-04-21 07:04:33 +0200
commit4b409e855b18c263b0526c826fdca16215a4cf2e (patch)
tree055cc16eef6f69968e4838dcb0069d030f7e6595 /src/network/networkd-link.h
parentin-addr-util: introduce 'struct in_addr_prefix' and hash ops for it (diff)
downloadsystemd-4b409e855b18c263b0526c826fdca16215a4cf2e.tar.xz
systemd-4b409e855b18c263b0526c826fdca16215a4cf2e.zip
network: dhcp6: logs about delegated prefixes
Closes #19354.
Diffstat (limited to 'src/network/networkd-link.h')
-rw-r--r--src/network/networkd-link.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-link.h b/src/network/networkd-link.h
index a8bdd971f5..a9f6cf61eb 100644
--- a/src/network/networkd-link.h
+++ b/src/network/networkd-link.h
@@ -151,6 +151,7 @@ typedef struct Link {
sd_dhcp6_lease *dhcp6_lease;
Set *dhcp6_addresses, *dhcp6_addresses_old;
Set *dhcp6_routes, *dhcp6_routes_old;
+ Set *dhcp6_pd_prefixes;
Set *dhcp6_pd_addresses, *dhcp6_pd_addresses_old;
Set *dhcp6_pd_routes, *dhcp6_pd_routes_old;
unsigned dhcp6_address_messages;