]> git.proxmox.com Git - mirror_frr.git/commitdiff
zebra: Add BFD to route_info array
authorStephen Worley <sworley@cumulusnetworks.com>
Mon, 29 Apr 2019 23:26:11 +0000 (19:26 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 29 Apr 2019 23:26:11 +0000 (19:26 -0400)
Add BFD to the route_info array for handling processing
of the BFD route type.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/zebra_rib.c

index 231a49751c81dd79f6d88776af7f9991450d70f3..291833e6a4e8e6031cf4fd188b9a3a66c3716792 100644 (file)
@@ -99,6 +99,7 @@ static const struct {
        [ZEBRA_ROUTE_BABEL] = {ZEBRA_ROUTE_BABEL, 100, 2},
        [ZEBRA_ROUTE_SHARP] = {ZEBRA_ROUTE_SHARP, 150, 4},
        [ZEBRA_ROUTE_PBR] = {ZEBRA_ROUTE_PBR, 200, 4},
+       [ZEBRA_ROUTE_BFD] = {ZEBRA_ROUTE_BFD, 255, 4},
 
        /* no entry/default: 150 */
 };