mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 07:27:09 +00:00
lib: Add another 32 bit accessor to the prefix data structure
It would be nice to have the ability to access the prefix data structure address as a block of 4 uint32_t's. This will allow me to easily/quickly update the v6 address by 1. This will be used in subsuquent commits. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
45511ba99c
commit
6a923ca462
@ -162,6 +162,7 @@ struct prefix {
|
||||
} lp;
|
||||
struct ethaddr prefix_eth; /* AF_ETHERNET */
|
||||
uint8_t val[16];
|
||||
uint32_t val32[4];
|
||||
uintptr_t ptr;
|
||||
struct evpn_addr prefix_evpn; /* AF_EVPN */
|
||||
struct flowspec_prefix prefix_flowspec; /* AF_FLOWSPEC */
|
||||
|
Loading…
Reference in New Issue
Block a user