mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 13:24:37 +00:00
Merge pull request #12200 from patrasar/pimv6_rp_iif_fix
pimd, pim6d: Fix rp-info OIF having PIM disabled interface
This commit is contained in:
commit
1bdc92fab3
@ -950,10 +950,12 @@ void pim_rp_setup(struct pim_instance *pim)
|
|||||||
|
|
||||||
pim_find_or_track_nexthop(pim, nht_p, NULL, rp_info, NULL);
|
pim_find_or_track_nexthop(pim, nht_p, NULL, rp_info, NULL);
|
||||||
if (!pim_ecmp_nexthop_lookup(pim, &rp_info->rp.source_nexthop,
|
if (!pim_ecmp_nexthop_lookup(pim, &rp_info->rp.source_nexthop,
|
||||||
nht_p, &rp_info->group, 1))
|
nht_p, &rp_info->group, 1)) {
|
||||||
if (PIM_DEBUG_PIM_NHT_RP)
|
if (PIM_DEBUG_PIM_NHT_RP)
|
||||||
zlog_debug(
|
zlog_debug(
|
||||||
"Unable to lookup nexthop for rp specified");
|
"Unable to lookup nexthop for rp specified");
|
||||||
|
pim_rp_nexthop_del(rp_info);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user