summaryrefslogtreecommitdiffstats
path: root/pimd/pim_mroute.h
diff options
context:
space:
mode:
Diffstat (limited to 'pimd/pim_mroute.h')
-rw-r--r--pimd/pim_mroute.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/pimd/pim_mroute.h b/pimd/pim_mroute.h
index 53d0ed03c..bd71acbf8 100644
--- a/pimd/pim_mroute.h
+++ b/pimd/pim_mroute.h
@@ -67,6 +67,10 @@
#define MRT_PIM (MRT_BASE+8) /* enable PIM code */
#endif
+#ifndef MRT_TABLE
+#define MRT_TABLE (209) /* Specify mroute table ID */
+#endif
+
#ifndef HAVE_VIFI_T
typedef unsigned short vifi_t;
#endif