mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-12 14:27:36 +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));
|
||||
|
||||
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)
|
||||
zlog_debug(
|
||||
"%s: could not find nexthop ifindex for address %s(%s)",
|
||||
|
Loading…
Reference in New Issue
Block a user