mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 11:00:50 +00:00
[zebra] Silence noisy process_subq
zebra_rib.c: process_subq(): #ifdef out debug code.
This commit is contained in:
parent
228da42898
commit
67b9467f6c
@ -1207,12 +1207,14 @@ process_subq (struct list * subq, u_char qindex)
|
|||||||
|
|
||||||
if (rnode->info) /* The first RIB record is holding the flags bitmask. */
|
if (rnode->info) /* The first RIB record is holding the flags bitmask. */
|
||||||
UNSET_FLAG (((struct rib *)rnode->info)->rn_status, RIB_ROUTE_QUEUED(qindex));
|
UNSET_FLAG (((struct rib *)rnode->info)->rn_status, RIB_ROUTE_QUEUED(qindex));
|
||||||
|
#if 0
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
zlog_debug ("%s: called for route_node (%p, %d) with no ribs",
|
zlog_debug ("%s: called for route_node (%p, %d) with no ribs",
|
||||||
__func__, rnode, rnode->lock);
|
__func__, rnode, rnode->lock);
|
||||||
zlog_backtrace(LOG_DEBUG);
|
zlog_backtrace(LOG_DEBUG);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
route_unlock_node (rnode);
|
route_unlock_node (rnode);
|
||||||
list_delete_node (subq, lnode);
|
list_delete_node (subq, lnode);
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user