]> git.proxmox.com Git - mirror_frr.git/commit - zebra/subdir.am
zebra: Cleanup zebra_nhg APIs
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 23 Oct 2019 22:28:10 +0000 (18:28 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:44 +0000 (11:13 -0400)
commit5948f013ba454431295d4016b17f01952e4663f2
tree558a022d7d8e279c99c00f457ce3e97abbf21b70
parent80286aa564601dda7430ea8c96b2f9fd9867ee0b
zebra: Cleanup zebra_nhg APIs

Add a private header file for functions that are internal/special
case like how we do it for `lib/nexthop_group_private.h`.

Remove a bunch of functions from the header file only being used
statically and add some comments for those remaining to indicate
better what their use is.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/interface.h
zebra/subdir.am
zebra/zebra_nhg.c
zebra/zebra_nhg.h
zebra/zebra_nhg_private.h [new file with mode: 0644]
zebra/zebra_router.c