From 7d1c3a085aeddef27b14cd8f756983dcce33af71 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 2 Nov 2016 09:35:31 -0400 Subject: [PATCH] pimd: Add ability to listen to igmp messages on 224.0.0.2 Some igmpv2 messages are sent to 224.0.0.2. We were not listening for these messages and as such we were ignoring some withdrawals. Signed-off-by: Donald Sharp --- pimd/pim_iface.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/pimd/pim_iface.c b/pimd/pim_iface.c index 4d8850d638..5e2fc19f2e 100644 --- a/pimd/pim_iface.c +++ b/pimd/pim_iface.c @@ -125,10 +125,7 @@ struct pim_interface *pim_if_new(struct interface *ifp, int igmp, int pim) if (igmp) PIM_IF_DO_IGMP(pim_ifp->options); -#if 0 - /* FIXME: Should join? */ PIM_IF_DO_IGMP_LISTEN_ALLROUTERS(pim_ifp->options); -#endif pim_ifp->igmp_join_list = NULL; pim_ifp->igmp_socket_list = NULL; -- 2.39.5