From 75a26779e8f25e9868f1f33e0fd35677f17c978b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 5 Aug 2016 09:07:46 -0400 Subject: pimd: Refactor RP code and start the ability to handle ranges Refactor the qpim_rp into pim_rp.c so that the global data is protected. This will allow us to easily add the group ranges. Signed-off-by: Donald Sharp --- pimd/pim_mroute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pimd/pim_mroute.h') diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h index 4ae089f16..ce300f0ab 100644 --- a/pimd/pim_mroute.h +++ b/pimd/pim_mroute.h @@ -159,7 +159,7 @@ struct igmpmsg #endif #ifndef IGMPMSG_WRVIFWHOLE -#define IGMPMSG_WRVIFWHOLE 4 +#define IGMPMSG_WRVIFWHOLE 4 /* For PIM processing */ #endif /* -- cgit v1.2.3