diff options
author | Hans Dedecker <dedeckeh@gmail.com> | 2017-06-29 15:35:21 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-07-03 11:32:53 +0200 |
commit | 18df6cca092743a07be8e0f05d0a9ef941957b66 (patch) | |
tree | f438a10bde79dc55de8f0dee53bf70276ed82a4e /src/dhcpv6.h | |
parent | 803b83ec64d6f77262b378b83af0a9d84da68c49 (diff) |
treewide: rework logic to retrieve IPv6 interface addresses
Retrieve IPv6 interface addresses when the interface gets created; this
allows to get rid of the IPv6 address dump logic in ndp.c.
Add IPv4 address support in odhcp_ipaddr struct.
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
Diffstat (limited to 'src/dhcpv6.h')
-rw-r--r-- | src/dhcpv6.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcpv6.h b/src/dhcpv6.h index b38ae82..e58cb69 100644 --- a/src/dhcpv6.h +++ b/src/dhcpv6.h @@ -190,4 +190,4 @@ void dhcpv6_enum_ia_addrs(struct interface *iface, struct dhcpv6_assignment *c, dhcpv6_binding_cb_handler_t func, void *arg); void dhcpv6_write_statefile(void); void dhcpv6_ia_preupdate(struct interface *iface); -void dhcpv6_ia_postupdate(struct interface *iface, time_t now); +void dhcpv6_ia_postupdate(struct interface *iface); |