diff options
Diffstat (limited to 'zebra/zebra_routemap.h')
-rw-r--r-- | zebra/zebra_routemap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_routemap.h b/zebra/zebra_routemap.h index 94981a3cd..ac9cc40ef 100644 --- a/zebra/zebra_routemap.h +++ b/zebra/zebra_routemap.h @@ -43,7 +43,7 @@ extern route_map_result_t zebra_route_map_check (int family, int rib_type, extern route_map_result_t zebra_nht_route_map_check (int family, int client_proto, struct prefix *p, - struct rib *, + struct route_entry *, struct nexthop *nexthop); |