mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-25 21:37:29 +00:00
Merge pull request #15264 from opensourcerouting/fix/memory_optimization
bgpd: Optimize memory for rd_ip struct
This commit is contained in:
commit
62443d7f66
@ -41,8 +41,8 @@ struct rd_as {
|
||||
|
||||
struct rd_ip {
|
||||
uint16_t type;
|
||||
struct in_addr ip;
|
||||
uint16_t val;
|
||||
struct in_addr ip;
|
||||
};
|
||||
|
||||
#ifdef ENABLE_BGP_VNC
|
||||
|
Loading…
Reference in New Issue
Block a user