diff options
Diffstat (limited to 'zebra/zebra_rnh_null.c')
| -rw-r--r-- | zebra/zebra_rnh_null.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_rnh_null.c b/zebra/zebra_rnh_null.c index 0b8f4b0d8c..f4a651c778 100644 --- a/zebra/zebra_rnh_null.c +++ b/zebra/zebra_rnh_null.c @@ -6,9 +6,9 @@ int zebra_rnh_ip_default_route = 0; int zebra_rnh_ipv6_default_route = 0; -int zebra_evaluate_rnh (vrf_id_t vrfid, int family, int force, rnh_type_t type, +void zebra_evaluate_rnh (vrf_id_t vrfid, int family, int force, rnh_type_t type, struct prefix *p) -{ return 0; } +{} void zebra_print_rnh_table (vrf_id_t vrfid, int family, struct vty *vty, rnh_type_t type) |
