From: Donald Sharp Date: Thu, 11 Jun 2015 16:19:59 +0000 (-0700) Subject: Update the log message when we receive a non-link-local nexthop for better X-Git-Tag: frr-2.0-rc1~1344 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=3dd320810eb7efa3ba23efc545048cf6d276dd78;p=matthieu%2Ffrr.git Update the log message when we receive a non-link-local nexthop for better readability. --- diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index de4c6c79f4..70d97795bd 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -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,