]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_evpn.c
bgpd: Add accessor for bgp_attr.pmsi_tnl_type
authorDonald Sharp <sharpd@nvidia.com>
Mon, 2 Nov 2020 15:52:40 +0000 (10:52 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Sun, 15 Nov 2020 14:44:47 +0000 (09:44 -0500)
commit2a3f51cf6ba298ab42b7b51a2d879b46baa2ee31
tree02cc2648c61ab31a0a80d4c2dbc994807f6103b5
parentdf7d4670ea9dd8aa35457abeb5827e074cca7514
bgpd: Add accessor for bgp_attr.pmsi_tnl_type

Add an accessor for the bgp_attr.pmsi_tnl_type to allow
us to abstract where it is.  Every attribute is paying
the price of this bit of data as part of `struct bgp_attr`
In the future we'll move it elsewhere.

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