commit | 275e24d0ec67f79ae4c5977ea419e1659f9c40ac | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Fri Aug 22 11:12:23 2014 -0300 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:59 2015 +0100 |
tree | 330a4624cc34bfce74fe96b468e27b517fb8c8e3 | |
parent | 1f298949bea9e58623eb81f245491dcdb1df8c59 [diff] [blame] |
pimd: Fix interface "no ip igmp" should not disrupt PIM. Plus docs updates.
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index a49264a..8b51977 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c
@@ -2481,7 +2481,7 @@ pim_if_membership_clear(ifp); - pim_if_addr_del_all(ifp); + pim_if_addr_del_all_igmp(ifp); if (!PIM_IF_TEST_PIM(pim_ifp->options)) { pim_if_delete(ifp);