summaryrefslogtreecommitdiffstats
path: root/lib/subdir.am
diff options
context:
space:
mode:
authorStephen Worley <sworley@cumulusnetworks.com>2019-06-24 20:04:13 +0200
committerStephen Worley <sworley@cumulusnetworks.com>2019-06-26 04:58:48 +0200
commit50d8965075cf59744dde685ae01400d9b7ee08a2 (patch)
tree576f96ef1806522cfc2e8d7af5f2b61605daecc1 /lib/subdir.am
parentlib: Add a nexthop_dup() that allocates and copies (diff)
downloadfrr-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.am1
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 \