summaryrefslogtreecommitdiffstats
path: root/zebra/zebra_routemap.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2021-01-25 16:29:04 +0100
committerGitHub <noreply@github.com>2021-01-25 16:29:04 +0100
commit431deca7ea1bba67d4eef442117ed3255982e066 (patch)
treea5000a9391a705afd95854420b3694940b287706 /zebra/zebra_routemap.c
parentMerge pull request #7922 from ton31337/fix/bgpd_blackhole_community_ibgp (diff)
parentzebra: send async nhg update results (diff)
downloadfrr-431deca7ea1bba67d4eef442117ed3255982e066.tar.xz
frr-431deca7ea1bba67d4eef442117ed3255982e066.zip
Merge pull request #7905 from mjstapp/fix_zapi_nhg
zebra, sharpd: async results for NHGs
Diffstat (limited to 'zebra/zebra_routemap.c')
-rw-r--r--zebra/zebra_routemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c
index 229b705ec..17a9bf97f 100644
--- a/zebra/zebra_routemap.c
+++ b/zebra/zebra_routemap.c
@@ -1659,7 +1659,7 @@ void zebra_routemap_finish(void)
}
route_map_result_t
-zebra_route_map_check(int family, int rib_type, uint8_t instance,
+zebra_route_map_check(afi_t family, int rib_type, uint8_t instance,
const struct prefix *p, struct nexthop *nexthop,
struct zebra_vrf *zvrf, route_tag_t tag)
{