From f5b7e50f9a5d33a04ecf040dddbd6b05ae9dfda5 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Mon, 11 Jan 2021 13:53:42 -0500 Subject: zebra: use afi_t for route-map address family arg Use afi_t in the route_map_check api Signed-off-by: Mark Stapp --- zebra/zebra_routemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zebra/zebra_routemap.c') diff --git a/zebra/zebra_routemap.c b/zebra/zebra_routemap.c index bbc8b6f19..858f29ce9 100644 --- a/zebra/zebra_routemap.c +++ b/zebra/zebra_routemap.c @@ -1669,7 +1669,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) { -- cgit v1.2.3