1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-10 05:18:17 +03:00

sd-dhcp6-client: add comment about ia_na and ia_pd

This commit is contained in:
Yu Watanabe 2022-02-15 23:36:45 +09:00
parent 0765763e51
commit fc62d1c54f

View File

@ -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;