Sending (S,G)RPT prune was causing issues due to not handling
it properly at this point in time. So just don't send it right now
Ticket: CM-13969
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
}
remain = pim_msg_curr - pim_msg;
+ /*
+ * This is not implemented correctly at this point in time
+ * Make it stop.
+ */
+#if 0
if (up->sg.src.s_addr == INADDR_ANY)
{
struct pim_upstream *child;
}
}
}
-
+#endif
pim_msg_build_header (pim_msg, remain, PIM_MSG_TYPE_JOIN_PRUNE);
return remain;