summaryrefslogtreecommitdiff
path: root/sharpd/sharp_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r--sharpd/sharp_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c
index ccf34b10dd..4cd92c7f3d 100644
--- a/sharpd/sharp_main.c
+++ b/sharpd/sharp_main.c
@@ -47,6 +47,7 @@
#include "sharp_zebra.h"
#include "sharp_vty.h"
#include "sharp_globals.h"
+#include "sharp_nht.h"
DEFINE_MGROUP(SHARPD, "sharpd")
@@ -164,7 +165,7 @@ int main(int argc, char **argv, char **envp)
sharp_global_init();
- nexthop_group_init(NULL, NULL, NULL, NULL);
+ sharp_nhgroup_init();
vrf_init(NULL, NULL, NULL, NULL, NULL);
sharp_zebra_init();