Merge pull request #6329 from donaldsharp/zebra_more_info

zebra: Display ifindex of interface being installed on
This commit is contained in:
Mark Stapp 2020-05-01 13:48:50 -04:00 committed by GitHub
commit 061a8eb349
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2091,8 +2091,8 @@ static int netlink_nexthop(int cmd, struct zebra_dplane_ctx *ctx)
nexthop_done: nexthop_done:
if (IS_ZEBRA_DEBUG_KERNEL) if (IS_ZEBRA_DEBUG_KERNEL)
zlog_debug("%s: ID (%u): %pNHv vrf %s(%u) %s ", zlog_debug("%s: ID (%u): %pNHv(%d) vrf %s(%u) %s ",
__func__, id, nh, __func__, id, nh, nh->ifindex,
vrf_id_to_name(nh->vrf_id), vrf_id_to_name(nh->vrf_id),
nh->vrf_id, label_buf); nh->vrf_id, label_buf);
} }