diff options
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index bb8a87b145..bd4d06647d 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -212,6 +212,8 @@ struct zapi_ipv6 extern int zapi_ipv6_route (u_char cmd, struct zclient *zclient, struct prefix_ipv6 *p, struct zapi_ipv6 *api); +extern int zapi_ipv4_route_ipv6_nexthop (u_char, struct zclient *, + struct prefix_ipv4 *, struct zapi_ipv6 *); #endif /* HAVE_IPV6 */ #endif /* _ZEBRA_ZCLIENT_H */ |
