Skip to content

Commit 88351c8

Browse files
author
Mark Stapp
authored
Merge pull request #4226 from sworleys/PBR-BFD-OF-route_info
zebra: Add PBR, BFD, OpenFabric to route_info
2 parents bcbce7b + d6abd8b commit 88351c8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

zebra/zebra_rib.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ static const struct {
9898
[ZEBRA_ROUTE_BGP_DIRECT_EXT] = {ZEBRA_ROUTE_BGP_DIRECT_EXT, 20, 3},
9999
[ZEBRA_ROUTE_BABEL] = {ZEBRA_ROUTE_BABEL, 100, 2},
100100
[ZEBRA_ROUTE_SHARP] = {ZEBRA_ROUTE_SHARP, 150, 4},
101+
[ZEBRA_ROUTE_PBR] = {ZEBRA_ROUTE_PBR, 200, 4},
102+
[ZEBRA_ROUTE_BFD] = {ZEBRA_ROUTE_BFD, 255, 4},
103+
[ZEBRA_ROUTE_OPENFABRIC] = {ZEBRA_ROUTE_OPENFABRIC, 115, 2},
104+
/* Any new route type added to zebra, should be mirrored here */
101105

102106
/* no entry/default: 150 */
103107
};

0 commit comments

Comments
 (0)