mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 06:50:17 +00:00
pimd: Fix linux build on older kernels
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
1b5f8a1a21
commit
49fde801fa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user