diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2019-07-03 14:42:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-03 14:42:35 +0200 |
commit | a5ddc34dc73ad2d5ca7654504c79afc9d1cb1064 (patch) | |
tree | 2111c98070a7d031413882d3a6b55c32cdaca2a7 /lib/subdir.am | |
parent | Run-time log filtering via vtysh commands (#4524) (diff) | |
parent | lib: Private api for nexthop_group manipulation (diff) | |
download | frr-a5ddc34dc73ad2d5ca7654504c79afc9d1cb1064.tar.xz frr-a5ddc34dc73ad2d5ca7654504c79afc9d1cb1064.zip |
lib: Add a couple functions to nexthop_group.c (#4323)
lib: Add a couple functions to nexthop_group.c
Co-authored-by: Donald Sharp <sharpd@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 3750d3620..b0cf77ee9 100644 --- a/lib/subdir.am +++ b/lib/subdir.am @@ -192,6 +192,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 \ |