From c6455252e8cd83262b624cead85c731ad318b43f Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Tue, 10 May 2011 12:54:36 +0000 Subject: [PATCH] Relay now properly logs that packet was received over interface without global IPv6 address [ISC-Bugs #24070] --- RELNOTES | 3 +++ relay/dhcrelay.c | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/RELNOTES b/RELNOTES index 98fd08a8..06a3b771 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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. [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 - Documentation cleanup covering multiple tickets diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 2e42b5e5..5dcec623 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -1299,8 +1299,8 @@ setup_streams(void) { break; } if (i == dp->ifp->v6address_count) - log_fatal("Interface %s does not have global IPv6 address assigned.", - dp->ifp->name); + log_fatal("Interface %s does not have global IPv6 " + "address assigned.", dp->ifp->name); if (!link_is_set) memcpy(&dp->link.sin6_addr, &dp->ifp->v6addresses[i],