]> git.proxmox.com Git - mirror_frr.git/commit
libs, daemons: use const in route-map apply
authorMark Stapp <mjs@voltanet.io>
Thu, 12 Jul 2018 20:05:19 +0000 (16:05 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 23 Jul 2018 14:34:35 +0000 (10:34 -0400)
commit123214efb82f6348cd80c387be15a1e2e21ce63e
tree9120c8e331acfb05b30eed616f34967fae8b30c0
parentc4aee4fe3133127f16d3967e74e52b262438d57f
libs, daemons: use const in route-map apply

Use 'const prefix *' in route-map apply apis; led to some
corresponding changes in several daemons.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
16 files changed:
bgpd/bgp_evpn_private.h
bgpd/bgp_routemap.c
isisd/isis_routemap.c
lib/filter.c
lib/filter.h
lib/plist.c
lib/plist.h
lib/routemap.c
lib/routemap.h
ospf6d/ospf6_asbr.c
ospfd/ospf_routemap.c
pimd/pim_rp.c
ripd/rip_routemap.c
ripngd/ripng_routemap.c
zebra/zebra_routemap.c
zebra/zebra_routemap.h