summaryrefslogtreecommitdiff
path: root/pimd/pim_instance.h
diff options
context:
space:
mode:
authorplsaranya <saranya_panjarathina@dell.com>2022-03-03 21:55:50 +0530
committerplsaranya <saranya_panjarathina@dell.com>2022-03-23 19:34:28 +0530
commita5fa982256b23d53d5b833f75224fb7f96054b9b (patch)
tree876c47319611707f7143f577d79a3e03bf9edb77 /pimd/pim_instance.h
parent116f0dd90507c71a557214877c9c4df5a6a77e12 (diff)
pim6d: Mroute changes
Mroute and supporting changes Signed-off-by: plsaranya <Saranya_Panjarathina@dell.com>
Diffstat (limited to 'pimd/pim_instance.h')
-rw-r--r--pimd/pim_instance.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/pimd/pim_instance.h b/pimd/pim_instance.h
index 4ac9ef7f51..f8323deda0 100644
--- a/pimd/pim_instance.h
+++ b/pimd/pim_instance.h
@@ -30,18 +30,7 @@
#include "pim_vxlan_instance.h"
#include "pim_oil.h"
#include "pim_upstream.h"
-
-#if defined(HAVE_LINUX_MROUTE_H)
-#include <linux/mroute.h>
-#else
-/*
- Below: from <linux/mroute.h>
-*/
-
-#ifndef MAXVIFS
-#define MAXVIFS (256)
-#endif
-#endif
+#include "pim_mroute.h"
enum pim_spt_switchover {
PIM_SPT_IMMEDIATE,