diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-01-26 10:59:15 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-09 11:07:41 -0500 |
| commit | dba32923eb4198bb17e2cdbcd9e88c7decde81c4 (patch) | |
| tree | 1098f14b993887494e098bd1256720f32abd5d2b /lib/nexthop_group.h | |
| parent | 7ee30f288e9d572d971c2a36b68775c7d2fac299 (diff) | |
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 26900959cc..561fe96425 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); |
