summaryrefslogtreecommitdiffstats
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-12-31 23:28:13 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-02 15:46:33 +0100
commit694b242f21afd759bed9bae4ab130587f4faef97 (patch)
treebafae6587a7ba9a3c840af13bb8441674b9d9a42 /sharpd/sharp_main.c
parentMerge pull request #3543 from donaldsharp/eigrp_router_id_is_the_bee (diff)
downloadfrr-694b242f21afd759bed9bae4ab130587f4faef97.tar.xz
frr-694b242f21afd759bed9bae4ab130587f4faef97.zip
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@cumulusnetworks.com>
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c1
1 files changed, 1 insertions, 0 deletions
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"