From: G. Paul Ziemba Date: Fri, 9 Mar 2018 15:47:43 +0000 (-0500) Subject: zebra: add BGP VPN route type to meta_queue_map X-Git-Tag: frr-5.0-dev~153^2~9 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ff954ba48b8297d3d66d2009ce05fc6e6240a1da;p=matthieu%2Ffrr.git zebra: add BGP VPN route type to meta_queue_map Signed-off-by: G. Paul Ziemba --- diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 1204da92fb..45b07e003d 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -1860,6 +1860,7 @@ static const u_char meta_queue_map[ZEBRA_ROUTE_MAX] = { [ZEBRA_ROUTE_VNC_DIRECT_RH] = 3, [ZEBRA_ROUTE_BGP_DIRECT] = 3, [ZEBRA_ROUTE_BGP_DIRECT_EXT] = 3, + [ZEBRA_ROUTE_BGP_VPN] = 3, [ZEBRA_ROUTE_BABEL] = 2, [ZEBRA_ROUTE_ALL] = 4, // Shouldn't happen but for safety };