diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-02 17:22:42 +0000 | 
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 | 
| commit | 303b93cdee4c2f2d7966b4bf92fb46ca0feb35d7 (patch) | |
| tree | 19233a22946e069d1c0561a937118e0566b715c7 /lib/route_types.txt | |
| parent | 30a1595df8cff4eb66b6dcb8fd4093d04225c13f (diff) | |
zebra: update zebra_rib for vrrp
VRRP doesn't install any routes, but should still have an array entry.
Also add a help string for VRRP to route_types.txt
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'lib/route_types.txt')
| -rw-r--r-- | lib/route_types.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/route_types.txt b/lib/route_types.txt index 6c46fa89e3..59f3a91cf0 100644 --- a/lib/route_types.txt +++ b/lib/route_types.txt @@ -111,4 +111,5 @@ ZEBRA_ROUTE_BABEL,  "Babel routing protocol (Babel)"  ZEBRA_ROUTE_SHARP, "Super Happy Advanced Routing Protocol (sharpd)"  ZEBRA_ROUTE_PBR, "Policy Based Routing (PBR)"  ZEBRA_ROUTE_BFD, "Bidirectional Fowarding Detection (BFD)" +ZEBRA_ROUTE_VRRP, "Virtual Router Redundancy Protocol (VRRP)"  ZEBRA_ROUTE_OPENFABRIC, "OpenFabric Routing Protocol"  | 
