When we add in or delete ip addresses from an interface
we may need to rescan the rp's that we know of to make
sure that they are still available.
Ticket: CM-12623
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by: Don Slice <dslice@cumulusnetworks.com>
}
} /* pim */
}
-
+ pim_rp_setup();
pim_rp_check_on_if_add(pim_ifp);
}
pim_if_addr_del(ifc, 1 /* force_prim_as_any=true */);
}
+
+ pim_rp_setup();
pim_i_am_rp_re_evaluate();
}
}
pim_if_addr_del(c, 0);
+ pim_rp_setup();
pim_i_am_rp_re_evaluate();
return 0;