mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 12:36:20 +00:00
lib: remove unused struct prefix_ptr
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
This commit is contained in:
parent
8f904fdb45
commit
ebc61d81b3
@ -158,7 +158,6 @@ Networking data types
|
|||||||
|
|
||||||
- :c:struct:`prefix_ls`
|
- :c:struct:`prefix_ls`
|
||||||
- :c:struct:`prefix_rd`
|
- :c:struct:`prefix_rd`
|
||||||
- :c:struct:`prefix_ptr`
|
|
||||||
- :c:struct:`prefix_sg` (use :frrfmt:`%pPSG4`)
|
- :c:struct:`prefix_sg` (use :frrfmt:`%pPSG4`)
|
||||||
- :c:union:`prefixptr` (dereference to get :c:struct:`prefix`)
|
- :c:union:`prefixptr` (dereference to get :c:struct:`prefix`)
|
||||||
- :c:union:`prefixconstptr` (dereference to get :c:struct:`prefix`)
|
- :c:union:`prefixconstptr` (dereference to get :c:struct:`prefix`)
|
||||||
|
@ -287,13 +287,6 @@ static inline int is_evpn_prefix_ipaddr_v6(const struct prefix_evpn *evp)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Prefix for a generic pointer */
|
|
||||||
struct prefix_ptr {
|
|
||||||
uint8_t family;
|
|
||||||
uint16_t prefixlen;
|
|
||||||
uintptr_t prefix __attribute__((aligned(8)));
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Prefix for a Flowspec entry */
|
/* Prefix for a Flowspec entry */
|
||||||
struct prefix_fs {
|
struct prefix_fs {
|
||||||
uint8_t family;
|
uint8_t family;
|
||||||
|
Loading…
Reference in New Issue
Block a user