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 */ };