Add a missing reason as to why we are unable to make an active nexthop
check be successful.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
|| nexthop->type == NEXTHOP_TYPE_IPV6)
nexthop->ifindex = newhop->ifindex;
else if (nexthop->ifindex != newhop->ifindex) {
+ if (IS_ZEBRA_DEBUG_NHG_DETAIL)
+ zlog_debug(
+ "%s: %pNHv given ifindex does not match nexthops ifindex found found: %pNHv",
+ __func__, nexthop,
+ newhop);
/*
* NEXTHOP_TYPE_*_IFINDEX but ifindex
* doesn't match what we found.