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

Relay now properly logs that packet was received over interface without

global IPv6 address [ISC-Bugs #24070]
This commit is contained in:
Tomek Mrugalski
2011-05-10 12:54:36 +00:00
parent 1185c76639
commit c6455252e8
2 changed files with 5 additions and 2 deletions

View File

@@ -117,6 +117,9 @@ work on other platforms. Please report any problems and suggested fixes to
packets with invalid hlen with information about relevant interface name. packets with invalid hlen with information about relevant interface name.
[ISC-Bugs #22409] [ISC-Bugs #22409]
- Relay now properly logs that packet was received over interface without
global IPv6 address [ISC-Bugs #24070]
Changes since 4.2.0 Changes since 4.2.0
- Documentation cleanup covering multiple tickets - Documentation cleanup covering multiple tickets

View File

@@ -1299,8 +1299,8 @@ setup_streams(void) {
break; break;
} }
if (i == dp->ifp->v6address_count) if (i == dp->ifp->v6address_count)
log_fatal("Interface %s does not have global IPv6 address assigned.", log_fatal("Interface %s does not have global IPv6 "
dp->ifp->name); "address assigned.", dp->ifp->name);
if (!link_is_set) if (!link_is_set)
memcpy(&dp->link.sin6_addr, memcpy(&dp->link.sin6_addr,
&dp->ifp->v6addresses[i], &dp->ifp->v6addresses[i],