DHCPv6 address allocation - same DUID, two IAIDs

This commit is contained in:
Simon Kelley
2013-01-09 19:51:04 +00:00
parent 71c73ac17c
commit 37c9ccebd1
3 changed files with 49 additions and 32 deletions

View File

@@ -1149,6 +1149,9 @@ int is_addr_in_context6(struct dhcp_context *context, struct in6_addr *addr);
struct dhcp_context *address6_available(struct dhcp_context *context,
struct in6_addr *taddr,
struct dhcp_netid *netids);
struct dhcp_context *address6_valid(struct dhcp_context *context,
struct in6_addr *taddr,
struct dhcp_netid *netids);
struct dhcp_context *narrow_context6(struct dhcp_context *context,
struct in6_addr *taddr,
struct dhcp_netid *netids);