From: Yu Watanabe Date: Tue, 15 Feb 2022 14:36:45 +0000 (+0900) Subject: sd-dhcp6-client: add comment about ia_na and ia_pd X-Git-Tag: v251-rc1~281^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fc62d1c54f84a9b203c76b58bb63d4e1e37406e8;p=thirdparty%2Fsystemd.git sd-dhcp6-client: add comment about ia_na and ia_pd --- 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;