diff options
| author | Trey Aspelund <taspelund@nvidia.com> | 2023-05-08 03:12:51 +0000 | 
|---|---|---|
| committer | Trey Aspelund <taspelund@nvidia.com> | 2023-05-30 15:20:35 +0000 | 
| commit | e7b8832c76107acae2c6e6f0f2c925d766525a93 (patch) | |
| tree | b37f074e25fb4c59db57c98e5c64a8c9bfe855ee /bgpd/bgp_nexthop.h | |
| parent | c4b59c9ab171b604b861f29ec9bb7de8412b0681 (diff) | |
bgpd: remove unused struct bgp_addrv6
All uses of struct bgp_addrv6 were removed in a prior commit that made
struct bgp_addr reusable for both v4 and v6. This cleans up the last
remnants of the old v6 struct.
Signed-off-by: Trey Aspelund <taspelund@nvidia.com>
Diffstat (limited to 'bgpd/bgp_nexthop.h')
| -rw-r--r-- | bgpd/bgp_nexthop.h | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/bgpd/bgp_nexthop.h b/bgpd/bgp_nexthop.h index 95e2f9165b..47b6464085 100644 --- a/bgpd/bgp_nexthop.h +++ b/bgpd/bgp_nexthop.h @@ -104,11 +104,6 @@ struct tip_addr {  	int refcnt;  }; -struct bgp_addrv6 { -	struct in6_addr addrv6; -	struct list *ifp_name_list; -}; -  /* Forward declaration(s). */  struct peer;  struct update_subgroup;  | 
