From 694b242f21afd759bed9bae4ab130587f4faef97 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 31 Dec 2018 17:28:13 -0500 Subject: sharp: Modify route install to take nexthop groups Modify the route_add function to take nexthop groups. Future commits will allow sharpd to use nexthop groups as the install mechanism for routes. Signed-off-by: Donald Sharp --- sharpd/sharp_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sharpd/sharp_main.c') diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index 20cdd21e7..34b84f606 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -42,6 +42,7 @@ #include "distribute.h" #include "libfrr.h" #include "routemap.h" +#include "nexthop_group.h" #include "sharp_zebra.h" #include "sharp_vty.h" -- cgit v1.2.3