]> git.puffer.fish Git - matthieu/frr.git/commit
lib, bgpd: Remove unused variable from structure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 13 Jun 2020 17:49:38 +0000 (13:49 -0400)
committerAnuradha Karuppiah <anuradhak@cumulusnetworks.com>
Wed, 5 Aug 2020 13:46:12 +0000 (06:46 -0700)
commite75e57491b32bd848da8fb123c105ba104514b1c
tree2204e692a281eb975cee4efe25ce1634e11ff47d
parent265fa78dad9bf1e7272d3bfaaf84ec7be5d2cea6
lib, bgpd: Remove unused variable from structure

The `struct evpn_ead_addr` structure had a prefix length
associated with it.  This value was only ever set never
used.  Remove this from our system.  The other
nice thing about this change is that it puts back
the sizeof struct route_node to 192 bytes.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_evpn_private.h
lib/prefix.h