summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pimd/pimd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pimd/pimd.c b/pimd/pimd.c
index 6c354a3cc8..811dc96b56 100644
--- a/pimd/pimd.c
+++ b/pimd/pimd.c
@@ -44,6 +44,10 @@
#include "pim_zebra.h"
#include "pim_mlag.h"
+#if MAXVIFS > 256
+CPP_NOTICE("Work needs to be done to make this work properly via the pim mroute socket\n");
+#endif /* MAXVIFS > 256 */
+
const char *const PIM_ALL_SYSTEMS = MCAST_ALL_SYSTEMS;
const char *const PIM_ALL_ROUTERS = MCAST_ALL_ROUTERS;
const char *const PIM_ALL_PIM_ROUTERS = MCAST_ALL_PIM_ROUTERS;