diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-04 14:04:43 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2019-10-25 11:13:43 -0400 | 
| commit | d3a35138115f89c19d0c44776da705b52975909f (patch) | |
| tree | faa42b7560abce2b2cf7f230214e7818dd1b0c70 /lib/nexthop_group.h | |
| parent | cd36b87d8c067626dce566143e7998d0a0a9b722 (diff) | |
lib,pbrd,zebra: Use one api to delete nexthops/group
Reduce the api for deleting nexthops and the containing
group to just one call rather than having a special case
and handling it separately.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'lib/nexthop_group.h')
| -rw-r--r-- | lib/nexthop_group.h | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/nexthop_group.h b/lib/nexthop_group.h index 378b0ce6bb..391775c69c 100644 --- a/lib/nexthop_group.h +++ b/lib/nexthop_group.h @@ -41,7 +41,6 @@ struct nexthop_group {  struct nexthop_group *nexthop_group_new(void);  void nexthop_group_delete(struct nexthop_group **nhg); -void nexthop_group_free_delete(struct nexthop_group **nhg);  void nexthop_group_copy(struct nexthop_group *to,  			struct nexthop_group *from);  | 
