mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-11 20:48:27 +00:00
pimd: Let end operator know the ifindex as well in failure case
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
d9529c9fb1
commit
6f55b4ae24
@ -258,8 +258,9 @@ static int zclient_read_nexthop(struct pim_instance *pim,
|
||||
nexthop_tab[num_ifindex].ifindex = nh_ifi;
|
||||
++num_ifindex;
|
||||
#else
|
||||
zlog_warn("cannot use IPv4 nexthop %pI4 for IPv6 %pPA",
|
||||
&nh_ip4, &addr);
|
||||
zlog_warn(
|
||||
"cannot use IPv4 nexthop %pI4(%d) for IPv6 %pPA",
|
||||
&nh_ip4, nh_ifi, &addr);
|
||||
#endif
|
||||
break;
|
||||
case NEXTHOP_TYPE_IPV6_IFINDEX:
|
||||
|
Loading…
Reference in New Issue
Block a user