]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Add babel routes to the proper meta-Q for processing
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Jun 2017 19:57:25 +0000 (15:57 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 7 Jun 2017 19:57:25 +0000 (15:57 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/zebra_rib.c

index 5f457a6fc5d324909b48c4712584c56d7c788471..92639c524c4fe29857448be8ed01455f262ae5cc 100644 (file)
@@ -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,