]> git.proxmox.com Git - mirror_frr.git/commit - bgpd/bgp_flowspec_vty.c
bgpd: More `const struct prefix` work
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Mar 2020 18:50:46 +0000 (14:50 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 22 Mar 2020 18:50:46 +0000 (14:50 -0400)
commitbd494ec5ed8124991be72fe24e61189429d72c2c
treeff15a39bd64fe3ffe85226de552ed0604fa65d17
parentd03e644c2b4bd4eb4d7be878de5247906e61f420
bgpd: More `const struct prefix` work

Modify more code to use `const struct prefix` throughout
bgp.  This is all prep work for adding an accessor function
for bgp_node to get the prefix and reduce all the places that
code needs to be touched when we get that work done.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
14 files changed:
bgpd/bgp_attr.c
bgpd/bgp_attr.h
bgpd/bgp_evpn.c
bgpd/bgp_evpn.h
bgpd/bgp_evpn_private.h
bgpd/bgp_flowspec.h
bgpd/bgp_flowspec_util.c
bgpd/bgp_flowspec_util.h
bgpd/bgp_flowspec_vty.c
bgpd/bgp_route.c
bgpd/bgp_route.h
bgpd/bgp_table.h
bgpd/rfapi/rfapi_backend.h
bgpd/rfapi/rfapi_vty.c