]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags
authorLouis Scalbert <louis.scalbert@6wind.com>
Fri, 29 Apr 2022 17:41:57 +0000 (19:41 +0200)
committerLouis Scalbert <louis.scalbert@6wind.com>
Thu, 22 Feb 2024 17:20:34 +0000 (18:20 +0100)
commit58c1206112273d879dcbdc001fccd82cc19db4e5
tree32de1df899aa3485dcb1514946faf836a17e26a4
parent37588ece04ae6cc9e100225f02caa16717ab3b7d
bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flags

Move mp_nexthop_prefer_global boolean attribute to nh_flags. It does
not currently save memory because of the packing.

Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
bgpd/bgp_attr.h
bgpd/bgp_mpath.c
bgpd/bgp_nht.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_snmp_bgp4v2.c
bgpd/bgp_zebra.c