mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 15:58:18 +00:00
bgpd: Show the resolved prefix in debug when checking next-hop tracking
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
4f185c5c9d
commit
356f92b8c1
@ -405,12 +405,11 @@ int bgp_find_or_add_nexthop(struct bgp *bgp_route, struct bgp *bgp_nexthop,
|
||||
peer);
|
||||
} else {
|
||||
if (BGP_DEBUG(nht, NHT))
|
||||
zlog_debug(
|
||||
"Found existing bnc %pFX(%d)(%s) flags 0x%x ifindex %d #paths %d peer %p",
|
||||
&bnc->prefix, bnc->ifindex_ipv6_ll,
|
||||
bnc->bgp->name_pretty, bnc->flags,
|
||||
bnc->ifindex_ipv6_ll, bnc->path_count,
|
||||
bnc->nht_info);
|
||||
zlog_debug("Found existing bnc %pFX(%d)(%s) flags 0x%x ifindex %d #paths %d peer %p, resolved prefix %pFX",
|
||||
&bnc->prefix, bnc->ifindex_ipv6_ll,
|
||||
bnc->bgp->name_pretty, bnc->flags,
|
||||
bnc->ifindex_ipv6_ll, bnc->path_count,
|
||||
bnc->nht_info, &bnc->resolved_prefix);
|
||||
}
|
||||
|
||||
if (pi && is_route_parent_evpn(pi))
|
||||
|
Loading…
Reference in New Issue
Block a user