mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 07:15:19 +00:00
sharpd: Dump metric received for the reachability
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
81ef5048dd
commit
877155ed06
@ -685,7 +685,8 @@ static int sharp_nexthop_update(ZAPI_CALLBACK_ARGS)
|
||||
return 0;
|
||||
}
|
||||
|
||||
zlog_debug("Received update for %pFX", &nhr.prefix);
|
||||
zlog_debug("Received update for %pFX metric: %u", &nhr.prefix,
|
||||
nhr.metric);
|
||||
|
||||
nht = sharp_nh_tracker_get(&nhr.prefix);
|
||||
nht->nhop_num = nhr.nexthop_num;
|
||||
|
Loading…
Reference in New Issue
Block a user