mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-09 23:11:44 +00:00
Merge pull request #12906 from patrasar/pim_core
pimd, pim6d: Upstream IIF pointing towards PIM and IGMP disabled source conn…
This commit is contained in:
commit
6fc45a9778
@ -157,10 +157,10 @@ static int pim_cmd_interface_delete(struct interface *ifp)
|
|||||||
* pim_ifp->pim_neighbor_list.
|
* pim_ifp->pim_neighbor_list.
|
||||||
*/
|
*/
|
||||||
pim_sock_delete(ifp, "pim unconfigured on interface");
|
pim_sock_delete(ifp, "pim unconfigured on interface");
|
||||||
|
pim_upstream_nh_if_update(pim_ifp->pim, ifp);
|
||||||
|
|
||||||
if (!pim_ifp->gm_enable) {
|
if (!pim_ifp->gm_enable) {
|
||||||
pim_if_addr_del_all(ifp);
|
pim_if_addr_del_all(ifp);
|
||||||
pim_upstream_nh_if_update(pim_ifp->pim, ifp);
|
|
||||||
pim_if_delete(ifp);
|
pim_if_delete(ifp);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user