mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:02:58 +00:00
Merge pull request #5896 from patrasar/2409015
pimd: neighbor needed true in pim nexthop lookup
This commit is contained in:
commit
08c50c3032
@ -1086,7 +1086,7 @@ int pim_ecmp_fib_lookup_if_vif_index(struct pim_instance *pim,
|
|||||||
sizeof(addr_str));
|
sizeof(addr_str));
|
||||||
|
|
||||||
memset(&nhop, 0, sizeof(nhop));
|
memset(&nhop, 0, sizeof(nhop));
|
||||||
if (!pim_ecmp_nexthop_lookup(pim, &nhop, src, grp, 0)) {
|
if (!pim_ecmp_nexthop_lookup(pim, &nhop, src, grp, 1)) {
|
||||||
if (PIM_DEBUG_PIM_NHT)
|
if (PIM_DEBUG_PIM_NHT)
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"%s: could not find nexthop ifindex for address %s(%s)",
|
"%s: could not find nexthop ifindex for address %s(%s)",
|
||||||
|
Loading…
Reference in New Issue
Block a user