mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-01 19:51:11 +00:00
tests: Increase flags from uint32_t to uint64_t
Missed this part when increasing in the past. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
8575ad3a6a
commit
982097c360
@ -176,9 +176,9 @@ struct test_peer_attr {
|
||||
|
||||
enum test_peer_attr_type type;
|
||||
union {
|
||||
uint32_t flag;
|
||||
uint64_t flag;
|
||||
struct {
|
||||
uint32_t flag;
|
||||
uint64_t flag;
|
||||
size_t direct;
|
||||
} filter;
|
||||
} u;
|
||||
|
Loading…
Reference in New Issue
Block a user