pimd: Fix linux build on older kernels

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
Donald Sharp 2017-07-11 14:15:23 -04:00
parent 1b5f8a1a21
commit 49fde801fa

View File

@ -67,6 +67,10 @@
#define MRT_PIM (MRT_BASE+8) /* enable PIM code */ #define MRT_PIM (MRT_BASE+8) /* enable PIM code */
#endif #endif
#ifndef MRT_TABLE
#define MRT_TABLE (209) /* Specify mroute table ID */
#endif
#ifndef HAVE_VIFI_T #ifndef HAVE_VIFI_T
typedef unsigned short vifi_t; typedef unsigned short vifi_t;
#endif #endif