]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Relay now properly logs that packet was received over interface without
authorTomek Mrugalski <tomek@isc.org>
Tue, 10 May 2011 12:54:36 +0000 (12:54 +0000)
committerTomek Mrugalski <tomek@isc.org>
Tue, 10 May 2011 12:54:36 +0000 (12:54 +0000)
global IPv6 address [ISC-Bugs #24070]

RELNOTES
relay/dhcrelay.c

index 98fd08a85df4a939e03d03685838945bf9025389..06a3b77184b196f1d8c78de323c606b49719acb1 100644 (file)
--- 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
index 2e42b5e5340f29bae82a3b0b1d277592c5f60e65..5dcec623b35afc0f49450d7c5c30712b70295cfc 100644 (file)
@@ -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],