diff options
author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-06-24 20:04:13 +0200 |
---|---|---|
committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-06-26 04:58:48 +0200 |
commit | 50d8965075cf59744dde685ae01400d9b7ee08a2 (patch) | |
tree | 576f96ef1806522cfc2e8d7af5f2b61605daecc1 /lib/subdir.am | |
parent | lib: Add a nexthop_dup() that allocates and copies (diff) | |
download | frr-50d8965075cf59744dde685ae01400d9b7ee08a2.tar.xz frr-50d8965075cf59744dde685ae01400d9b7ee08a2.zip |
lib: Private api for nexthop_group manipulation
Add a file that exposes functions which modify nexthop groups.
Nexthop groups are techincally immutable but there are a
few special cases where we need direct access to add/remove
nexthops after the group has been made. This file provides a
way to expose those functions in a way that makes it clear
this is a private/hidden api.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'lib/subdir.am')
-rw-r--r-- | lib/subdir.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/subdir.am b/lib/subdir.am index 8b6cbe2ae..8223bd547 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -188,6 +188,7 @@ pkginclude_HEADERS += \ lib/network.h \ lib/nexthop.h \ lib/nexthop_group.h \ + lib/nexthop_group_private.h \ lib/northbound.h \ lib/northbound_cli.h \ lib/northbound_db.h \ |