]> git.proxmox.com Git - mirror_frr.git/commit
*: Convert some route map functions to return the enum
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 27 Aug 2019 12:04:43 +0000 (08:04 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 3 Sep 2019 12:19:22 +0000 (08:19 -0400)
commitcda7187d27b94ea0abd8b5a395334c4a0afcef42
tree746c640d5de31cee27a85237138abfa26fd2a5a8
parente5b4b49e804b0e89ad2dfad2c13b36274538e08a
*: Convert some route map functions to return the enum

Conver these functions:
route_map_add_match
route_map_delete_match
route_map_add_set
route_map_delete_set

To return the `enum rmap_compile_rets` and ensure all functions
that use this code handle all the enumerated possible returns.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_routemap.c
bgpd/bgp_rpki.c
eigrpd/eigrp_routemap.c
lib/routemap.c
lib/routemap.h
ospf6d/ospf6_asbr.c
zebra/zebra_routemap.c