diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2019-12-06 11:17:10 -0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-06 11:17:10 -0300 | 
| commit | 6f0af4c0697d18e6b48390caf446a076fd3dc31b (patch) | |
| tree | 4a5e1653bc0aa8d431ba043c17b1ac00bf26d41f /lib/nexthop_group.h | |
| parent | b0a89c27ad2e7f980d6bf9c78c6ff6a5cfe058c7 (diff) | |
| parent | db2fede9904d5b2cb51abf7fa071fca27c37104d (diff) | |
Merge pull request #5439 from mjstapp/nhg_add_labels
lib: support labelled nexthops in nexthop_groups
Diffstat (limited to 'lib/nexthop_group.h')
| -rw-r--r-- | lib/nexthop_group.h | 6 | 
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/nexthop_group.h b/lib/nexthop_group.h index 5105cbf188..c90b21737a 100644 --- a/lib/nexthop_group.h +++ b/lib/nexthop_group.h @@ -72,12 +72,6 @@ void nexthop_group_add_sorted(struct nexthop_group *nhg,  	(nhop) = nexthop_next(nhop) -struct nexthop_hold { -	char *nhvrf_name; -	union sockunion *addr; -	char *intf; -}; -  struct nexthop_group_cmd {  	RB_ENTRY(nexthop_group_cmd) nhgc_entry;  | 
