From 42d96b73cb1187a839e16fcdc2c1e76b46c6dd1f Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Mon, 29 Apr 2019 19:26:11 -0400 Subject: [PATCH] zebra: Add BFD to route_info array Add BFD to the route_info array for handling processing of the BFD route type. Signed-off-by: Stephen Worley --- zebra/zebra_rib.c | 1 + 1 file changed, 1 insertion(+) diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 231a49751c..291833e6a4 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -99,6 +99,7 @@ static const struct { [ZEBRA_ROUTE_BABEL] = {ZEBRA_ROUTE_BABEL, 100, 2}, [ZEBRA_ROUTE_SHARP] = {ZEBRA_ROUTE_SHARP, 150, 4}, [ZEBRA_ROUTE_PBR] = {ZEBRA_ROUTE_PBR, 200, 4}, + [ZEBRA_ROUTE_BFD] = {ZEBRA_ROUTE_BFD, 255, 4}, /* no entry/default: 150 */ };