summaryrefslogtreecommitdiff
path: root/lib/zclient.h
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2018-01-23 19:09:08 -0500
committerGitHub <noreply@github.com>2018-01-23 19:09:08 -0500
commitdd19d6a6e71a747f28d1774f8ac31a221877e336 (patch)
tree4811d67edffc5031ad469c9e48721bf8b22fe8c9 /lib/zclient.h
parentc7cbd53a16c375fc8cc7f258cbe6509830948eaf (diff)
parent3c1925406846d0e2d981086ea4d3c9fb09dc8b4a (diff)
Merge pull request #1665 from donaldsharp/nexthop_labels
Cleanup some zclient code
Diffstat (limited to 'lib/zclient.h')
-rw-r--r--lib/zclient.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h
index c24f2b2a4e..df9e5f438d 100644
--- a/lib/zclient.h
+++ b/lib/zclient.h
@@ -484,6 +484,9 @@ extern int zapi_ipv4_route_ipv6_nexthop(u_char, struct zclient *,
struct zapi_ipv6 *)
__attribute__((deprecated));
extern int zclient_route_send(u_char, struct zclient *, struct zapi_route *);
+extern int zclient_send_rnh(struct zclient *zclient, int command,
+ struct prefix *p, bool exact_match,
+ vrf_id_t vrf_id);
extern int zapi_route_encode(u_char, struct stream *, struct zapi_route *);
extern int zapi_route_decode(struct stream *, struct zapi_route *);
bool zapi_route_notify_decode(struct stream *s, struct prefix *p,