mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 02:37:00 +00:00
pimd: we cannot change the Joined state based on RPF resolution
Joined state is computed based on the downstream state and cannot be changed if the RPF link flaps. Reference: rfc 7761, section 4.5.5 Signed-off-by: Anuradha Karuppiah <anuradhak@cumulusnetworks.com>
This commit is contained in:
parent
a53a9b3e6b
commit
103ab2db35
@ -307,7 +307,6 @@ void pim_upstream_rpf_clear(struct pim_instance *pim,
|
||||
struct pim_upstream *up)
|
||||
{
|
||||
if (up->rpf.source_nexthop.interface) {
|
||||
pim_upstream_switch(pim, up, PIM_UPSTREAM_NOTJOINED);
|
||||
up->rpf.source_nexthop.interface = NULL;
|
||||
up->rpf.source_nexthop.mrib_nexthop_addr.u.prefix4.s_addr =
|
||||
PIM_NET_INADDR_ANY;
|
||||
|
Loading…
Reference in New Issue
Block a user