diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-04-29 19:28:15 -0400 |
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-04-29 19:28:15 -0400 |
| commit | eab7b6e371638e34b8c477de8c47628f12721c9d (patch) | |
| tree | 77903737e80f724922d37726f54d50b9e90b4e5f /zebra/zebra_rib.c | |
| parent | 42d96b73cb1187a839e16fcdc2c1e76b46c6dd1f (diff) | |
zebra: Add OpenFabric to route_info array
Add OpenFabric to the route_info array for handling processing
of the OpenFabric 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 291833e6a4..6d1be08f02 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -100,6 +100,7 @@ static const struct { [ZEBRA_ROUTE_SHARP] = {ZEBRA_ROUTE_SHARP, 150, 4}, [ZEBRA_ROUTE_PBR] = {ZEBRA_ROUTE_PBR, 200, 4}, [ZEBRA_ROUTE_BFD] = {ZEBRA_ROUTE_BFD, 255, 4}, + [ZEBRA_ROUTE_OPENFABRIC] = {ZEBRA_ROUTE_OPENFABRIC, 115, 2}, /* no entry/default: 150 */ }; |
