summaryrefslogtreecommitdiff
path: root/lib/route_types.txt
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2020-05-05 15:57:35 -0400
committerStephen Worley <sworley@cumulusnetworks.com>2020-09-28 12:40:59 -0400
commit0885b1e3d90b1fa4d84c7e7a5fb775ba397c4103 (patch)
tree961dc15e906db3ecad2b244371bdeb9587478c05 /lib/route_types.txt
parent5b27c09d4e7e304845d89fe6de597d29a40d774e (diff)
zebra: implement protocol NHG Add/Del
Implement the underlying zebra functionality to Add/Del an internal zebra and kernel NHG. These NHGs are managed by the upperlevel protocols that send them down via zapi messaging. They are not put into the overall zebra NHG hash table and only put into to the ID table. Therefore, different protos cannot and will not share NHGs. The proto is also set appropriately when sent to the kernel. Expand the separation of Zebra hashed/shared/created NHGs and proto created and mangaged NHGs. Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'lib/route_types.txt')
-rw-r--r--lib/route_types.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/route_types.txt b/lib/route_types.txt
index b549c11cfc..37cc2fb590 100644
--- a/lib/route_types.txt
+++ b/lib/route_types.txt
@@ -84,7 +84,7 @@ ZEBRA_ROUTE_PBR, pbr, pbrd, 'F', 1, 1, 0, "PBR"
ZEBRA_ROUTE_BFD, bfd, bfdd, '-', 0, 0, 0, "BFD"
ZEBRA_ROUTE_OPENFABRIC, openfabric, fabricd, 'f', 1, 1, 1, "OpenFabric"
ZEBRA_ROUTE_VRRP, vrrp, vrrpd, '-', 0, 0, 0, "VRRP"
-ZEBRA_ROUTE_NHG, nhg, none, '-', 0, 0, 0, "Nexthop Group"
+ZEBRA_ROUTE_NHG, zebra, none, '-', 0, 0, 0, "Nexthop Group"
ZEBRA_ROUTE_SRTE, srte, none, '-', 0, 0, 0, "SR-TE"
ZEBRA_ROUTE_ALL, wildcard, none, '-', 0, 0, 0, "-"