Skip to content

Commit

Permalink
Merge pull request #15264 from opensourcerouting/fix/memory_optimization
Browse files Browse the repository at this point in the history
bgpd: Optimize memory for rd_ip struct
  • Loading branch information
donaldsharp authored Feb 1, 2024
2 parents 0bdcf62 + 0fd46e3 commit 62443d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bgpd/bgp_rd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62443d7

Please sign in to comment.