diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 5f457a6fc5..92639c524c 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1876,6 +1876,7 @@ static const u_char meta_queue_map[ZEBRA_ROUTE_MAX] = { [ZEBRA_ROUTE_BGP] = 3, [ZEBRA_ROUTE_HSLS] = 4, [ZEBRA_ROUTE_TABLE] = 1, + [ZEBRA_ROUTE_BABEL] = 2, }; /* Look into the RN and queue it into one or more priority queues,