]> git.proxmox.com Git - mirror_frr.git/blobdiff - pimd/pim_mroute.h
bgpd: [7.1] add addpath ID to adj_out tree sort (#5691)
[mirror_frr.git] / pimd / pim_mroute.h
index 53d0ed03c55d8cd59df8ab5d771ce3f044f7ba2b..bd71acbf82cab506d7e05a161ea575585f0d4c63 100644 (file)
 #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