diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-12-31 23:48:36 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-02 15:46:33 +0100 |
commit | 81dd71eb685a9bf7affba48174b7066465de468b (patch) | |
tree | 65b29f2e32e04c69be9703b63976f17ac10c9b9c /sharpd | |
parent | sharp: Modify route install to take nexthop groups (diff) | |
download | frr-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.c | 1 |
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(); |