mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-26 00:10:24 +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 {
|
struct rd_ip {
|
||||||
uint16_t type;
|
uint16_t type;
|
||||||
struct in_addr ip;
|
|
||||||
uint16_t val;
|
uint16_t val;
|
||||||
|
struct in_addr ip;
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef ENABLE_BGP_VNC
|
#ifdef ENABLE_BGP_VNC
|
||||||
|
Loading…
Reference in New Issue
Block a user