2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

- Shared network selection should be done from the innermost relay

valid link-address field, rather than the outermost.  [ISC-Bugs #17764]
This commit is contained in:
David Hankins
2008-03-07 17:49:31 +00:00
parent 93c769cef9
commit b445a411d9
2 changed files with 4 additions and 0 deletions

View File

@@ -3954,6 +3954,7 @@ shared_network_from_packet6(struct shared_network **shared,
if (!IN6_IS_ADDR_UNSPECIFIED(link_addr) &&
!IN6_IS_ADDR_LINKLOCAL(link_addr)) {
first_link_addr = link_addr;
break;
}
chk_packet = chk_packet->dhcpv6_container_packet;
}