From 8dab78d7d4c4f9e00749262c079f29a31581bb2b Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Wed, 7 Jun 2017 15:57:25 -0400 Subject: [PATCH] zebra: Add babel routes to the proper meta-Q for processing Signed-off-by: Donald Sharp --- zebra/zebra_rib.c | 1 + 1 file changed, 1 insertion(+) 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,