mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-15 01:37:53 +00:00
Merge pull request #6329 from donaldsharp/zebra_more_info
zebra: Display ifindex of interface being installed on
This commit is contained in:
commit
061a8eb349
@ -2091,8 +2091,8 @@ static int netlink_nexthop(int cmd, struct zebra_dplane_ctx *ctx)
|
||||
nexthop_done:
|
||||
|
||||
if (IS_ZEBRA_DEBUG_KERNEL)
|
||||
zlog_debug("%s: ID (%u): %pNHv vrf %s(%u) %s ",
|
||||
__func__, id, nh,
|
||||
zlog_debug("%s: ID (%u): %pNHv(%d) vrf %s(%u) %s ",
|
||||
__func__, id, nh, nh->ifindex,
|
||||
vrf_id_to_name(nh->vrf_id),
|
||||
nh->vrf_id, label_buf);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user