summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-12-31 23:48:36 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2019-01-02 15:46:33 +0100
commit81dd71eb685a9bf7affba48174b7066465de468b (patch)
tree65b29f2e32e04c69be9703b63976f17ac10c9b9c /sharpd
parentsharp: Modify route install to take nexthop groups (diff)
downloadfrr-81dd71eb685a9bf7affba48174b7066465de468b.tar.xz
frr-81dd71eb685a9bf7affba48174b7066465de468b.zip
sharpd/vtysh: Allow sharpd to use nexthop-groups
Allow the sharp daemon to understand and use nexthop-groups. This commit is merely to allow sharpd to understand them when accepted in a future commit Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'sharpd')
-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 34b84f606..175a27608 100644
--- a/sharpd/sharp_main.c
+++ b/sharpd/sharp_main.c
@@ -151,6 +151,7 @@ int main(int argc, char **argv, char **envp)
master = frr_init();
+ nexthop_group_init(NULL, NULL, NULL, NULL);
vrf_init(NULL, NULL, NULL, NULL, NULL);
access_list_init();