]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Update the log message when we receive a non-link-local nexthop for better
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:19:59 +0000 (09:19 -0700)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 11 Jun 2015 16:19:59 +0000 (09:19 -0700)
readability.

bgpd/bgp_attr.c

index de4c6c79f4ffddcdf3152e6f866edc80cab2cb62..70d97795bd96dcf8343f643f0fd8f1f1bd785c7f 100644 (file)
@@ -1606,7 +1606,8 @@ bgp_mp_reach_parse (struct bgp_attr_parser_args *args,
          char buf2[INET6_ADDRSTRLEN];
 
          if (bgp_debug_update(peer, NULL, NULL, 1))
-           zlog_debug ("%s sent two nexthops %s %s but second one is not a link-local nexthop", peer->host,
+            zlog_debug ("%s rcvd nexthops %s, %s -- ignoring non-LL value",
+                        peer->host,
                       inet_ntop (AF_INET6, &attre->mp_nexthop_global,
                                  buf1, INET6_ADDRSTRLEN),
                       inet_ntop (AF_INET6, &attre->mp_nexthop_local,