]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_route.c
bgpd: Change single value bitfield to a bool
authorDonald Sharp <sharpd@nvidia.com>
Thu, 12 May 2022 12:06:14 +0000 (08:06 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 12 May 2022 14:20:28 +0000 (10:20 -0400)
commitaa53c036c027dfcaef7a5da627bcda52a165be3b
treef515482528c1dd214b9a04f3ffc41da068682956
parent56b91d107ffc090c621bac4f2ff93712c49f0d7b
bgpd: Change single value bitfield to a bool

The maxpaths same_clusterlen value was a uint16_t
with a single bit being used.  No other values are
being stored.  Let's remove the bitfield and simplify
to a bool.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_mpath.c
bgpd/bgp_mpath.h
bgpd/bgp_route.c
bgpd/bgp_vty.c
bgpd/bgpd.h