mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 00:31:32 +00:00
Merge pull request #13822 from SaiGomathiN/regF
pim, pim6d: pimreg interface is not getting added in a certain scenario
This commit is contained in:
commit
ab2f93463e
@ -745,6 +745,7 @@ void pim_reg_del_on_couldreg_fail(struct interface *ifp)
|
||||
PIM_OIF_FLAG_PROTO_PIM, __func__);
|
||||
EVENT_OFF(up->t_rs_timer);
|
||||
up->reg_state = PIM_REG_NOINFO;
|
||||
PIM_UPSTREAM_FLAG_UNSET_FHR(up->flags);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1713,6 +1713,7 @@ static void pim_upstream_register_stop_timer(struct event *t)
|
||||
zlog_debug("%s: up %s RPF is not present",
|
||||
__func__, up->sg_str);
|
||||
up->reg_state = PIM_REG_NOINFO;
|
||||
PIM_UPSTREAM_FLAG_UNSET_FHR(up->flags);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user