summaryrefslogtreecommitdiffstats
path: root/lib/nexthop_group.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-01-26 16:59:15 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-03-09 17:07:41 +0100
commitdba32923eb4198bb17e2cdbcd9e88c7decde81c4 (patch)
tree1098f14b993887494e098bd1256720f32abd5d2b /lib/nexthop_group.h
parentlib: Isolate nexthop_group functions to nexthop_group.c (diff)
downloadfrr-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.h2
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);