diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-04-29 19:26:11 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-04-29 19:26:11 -0400 |
| commit | 42d96b73cb1187a839e16fcdc2c1e76b46c6dd1f (patch) | |
| tree | dc726a65ca62cd912f6827d5f6689111c7191e02 /zebra/zebra_rib.c | |
| parent | 981566521462dbd750790a72ec735398d6e687e3 (diff) | |
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 <sworley@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 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 */ }; |
