diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-23 18:28:10 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:44 -0400 | 
| commit | 5948f013ba454431295d4016b17f01952e4663f2 (patch) | |
| tree | 558a022d7d8e279c99c00f457ce3e97abbf21b70 /zebra/interface.h | |
| parent | 80286aa564601dda7430ea8c96b2f9fd9867ee0b (diff) | |
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>
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index c6f0e465fc..78ccbae623 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -27,7 +27,7 @@  #include "hook.h"  #include "zebra/zebra_l2.h" -#include "zebra/zebra_nhg.h" +#include "zebra/zebra_nhg_private.h"  #ifdef __cplusplus  extern "C" {  | 
