diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 21:57:25 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-06-07 21:57:25 +0200 |
commit | 8dab78d7d4c4f9e00749262c079f29a31581bb2b (patch) | |
tree | 60b270daa1bd5e2804f14c0dc802be52f74782c1 /zebra/zebra_rib.c | |
parent | babeld: Modify code to use zapi_route function (diff) | |
download | frr-8dab78d7d4c4f9e00749262c079f29a31581bb2b.tar.xz frr-8dab78d7d4c4f9e00749262c079f29a31581bb2b.zip |
zebra: Add babel routes to the proper meta-Q for processing
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/zebra_rib.c')
-rw-r--r-- | zebra/zebra_rib.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 5f457a6fc..92639c524 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, |