diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-31 23:28:13 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-02 15:46:33 +0100 |
commit | 694b242f21afd759bed9bae4ab130587f4faef97 (patch) | |
tree | bafae6587a7ba9a3c840af13bb8441674b9d9a42 /sharpd/sharp_main.c | |
parent | Merge pull request #3543 from donaldsharp/eigrp_router_id_is_the_bee (diff) | |
download | frr-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.c | 1 |
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" |