mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-11-02 16:25:18 +00:00
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>
This commit is contained in:
parent
42d96b73cb
commit
eab7b6e371
@ -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 */
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user