mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 03:07:51 +00:00
Merge pull request #2832 from opensourcerouting/rm-debug-leftovers
zebra: remove unguarded debugging leftovers
This commit is contained in:
commit
3e93c4e3fe
@ -2354,7 +2354,6 @@ int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p,
|
|||||||
/* Lookup route node.*/
|
/* Lookup route node.*/
|
||||||
rn = srcdest_rnode_get(table, p, src_p);
|
rn = srcdest_rnode_get(table, p, src_p);
|
||||||
|
|
||||||
zlog_debug("Distance: %d", re->distance);
|
|
||||||
/*
|
/*
|
||||||
* If same type of route are installed, treat it as a implicit
|
* If same type of route are installed, treat it as a implicit
|
||||||
* withdraw.
|
* withdraw.
|
||||||
@ -2386,7 +2385,6 @@ int rib_add_multipath(afi_t afi, safi_t safi, struct prefix *p,
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
zlog_debug("same: %p distance: %d", same, same ? same->distance : -1);
|
|
||||||
/* If this route is kernel route, set FIB flag to the route. */
|
/* If this route is kernel route, set FIB flag to the route. */
|
||||||
if (RIB_SYSTEM_ROUTE(re))
|
if (RIB_SYSTEM_ROUTE(re))
|
||||||
for (nexthop = re->ng.nexthop; nexthop; nexthop = nexthop->next)
|
for (nexthop = re->ng.nexthop; nexthop; nexthop = nexthop->next)
|
||||||
|
Loading…
Reference in New Issue
Block a user