]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_debug.c
bgpd: Abstract attr->cluster to accessor/set functions
authorDonald Sharp <sharpd@nvidia.com>
Mon, 2 Nov 2020 17:35:20 +0000 (12:35 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 14:44:47 +0000 (09:44 -0500)
commit779fee9303e24223711c27065f000faa629dc9fa
treea901953dc30f2bdc8102b2fb2bf1c7bdf9ddf389
parent04fb21e22ee65a5bdcdfec9057c5efd1a8da3fbd
bgpd: Abstract attr->cluster to accessor/set functions

Abstract the access of `attr->cluster` to appropriate
accessor/set functionality.

Future commits will allow us to move this data around
to make `struct attr` smaller.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_debug.c
bgpd/bgp_route.c
bgpd/rfapi/rfapi_vty.c