valid link-address field, rather than the outermost. [ISC-Bugs #17764]
- A bug was fixed where the length of a hostname was miscalculated, so that
hosts were given odd-looking domain names ("foo.bar.ba.example.com").
+- Shared network selection should be done from the innermost relay
+ valid link-address field, rather than the outermost.
+
Changes since 4.0.0 (new features)
- Added DHCPv6 rapid commit support.
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;
}