diff options
| author | Russ White <russ@riw.us> | 2020-08-10 15:31:35 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-10 15:31:35 -0400 |
| commit | 271ac28499e6be25a1c42b9ea138e782548893f6 (patch) | |
| tree | 8ae825feb8b044871d331a803b4e7de596f95ef0 /zebra/zebra_rib.c | |
| parent | 8e3ac40d2cb5f38a2804d1b19eeb77aeebd7c7af (diff) | |
| parent | 31f937fb43f4920d14de6193de440279fbd5d99e (diff) | |
Merge pull request #6783 from opensourcerouting/feature/sr-te
lib, zebra: Add SR-TE policy infrastructure to zebra
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index ee9d5d76e0..afae449e7c 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -106,7 +106,8 @@ static const struct { [ZEBRA_ROUTE_PBR] = {ZEBRA_ROUTE_PBR, 200, 5}, [ZEBRA_ROUTE_BFD] = {ZEBRA_ROUTE_BFD, 255, 5}, [ZEBRA_ROUTE_OPENFABRIC] = {ZEBRA_ROUTE_OPENFABRIC, 115, 3}, - [ZEBRA_ROUTE_VRRP] = {ZEBRA_ROUTE_VRRP, 255, 5} + [ZEBRA_ROUTE_VRRP] = {ZEBRA_ROUTE_VRRP, 255, 5}, + [ZEBRA_ROUTE_SRTE] = {ZEBRA_ROUTE_SRTE, 255, 5}, /* Any new route type added to zebra, should be mirrored here */ /* no entry/default: 150 */ |
