diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-26 16:59:15 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-09 17:07:41 +0100 |
commit | dba32923eb4198bb17e2cdbcd9e88c7decde81c4 (patch) | |
tree | 1098f14b993887494e098bd1256720f32abd5d2b /lib/nexthop_group.h | |
parent | lib: Isolate nexthop_group functions to nexthop_group.c (diff) | |
download | frr-dba32923eb4198bb17e2cdbcd9e88c7decde81c4.tar.xz frr-dba32923eb4198bb17e2cdbcd9e88c7decde81c4.zip |
lib, vtysh: Start cli for nexthop-group
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/nexthop_group.h')
-rw-r--r-- | lib/nexthop_group.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/nexthop_group.h b/lib/nexthop_group.h index 26900959c..561fe9642 100644 --- a/lib/nexthop_group.h +++ b/lib/nexthop_group.h @@ -33,6 +33,8 @@ struct nexthop_group { struct nexthop *nexthop; }; +void nexthop_group_init(void); + void nexthop_add(struct nexthop **target, struct nexthop *nexthop); void copy_nexthops(struct nexthop **tnh, struct nexthop *nh, struct nexthop *rparent); |