| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| #ifndef __NEXTHOP_GROUP_PRIVATE__ |
| #define __NEXTHOP_GROUP_PRIVATE__ |
| |
| #include <nexthop_group.h> |
| |
| #ifdef __cplusplus |
| extern "C" { |
| #endif |
| |
| void _nexthop_add(struct nexthop **target, struct nexthop *nexthop); |
| void _nexthop_del(struct nexthop_group *nhg, struct nexthop *nexthop); |
| |
| #ifdef __cplusplus |
| } |
| #endif |
| |
| #endif |