From fc62d1c54f84a9b203c76b58bb63d4e1e37406e8 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Tue, 15 Feb 2022 23:36:45 +0900 Subject: [PATCH] sd-dhcp6-client: add comment about ia_na and ia_pd --- src/libsystemd-network/dhcp6-lease-internal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libsystemd-network/dhcp6-lease-internal.h b/src/libsystemd-network/dhcp6-lease-internal.h index 1fbaab96e95..1f10dccbbb0 100644 --- a/src/libsystemd-network/dhcp6-lease-internal.h +++ b/src/libsystemd-network/dhcp6-lease-internal.h @@ -28,8 +28,8 @@ struct sd_dhcp6_lease { usec_t lifetime_valid; struct in6_addr server_address; - DHCP6IA *ia_na; - DHCP6IA *ia_pd; + DHCP6IA *ia_na; /* Identity association non-temporary addresses */ + DHCP6IA *ia_pd; /* Identity association prefix delegation */ DHCP6Address *addr_iter; DHCP6Address *prefix_iter; -- 2.47.3