diff options
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index df9e5f438d..bd4d32d2bd 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -491,6 +491,9 @@ 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, enum zapi_route_notify_owner *note); +extern struct nexthop *nexthop_from_zapi_nexthop(struct zapi_nexthop *znh); +extern bool zapi_nexthop_update_decode(struct stream *s, + struct zapi_route *nhr); static inline void zapi_route_set_blackhole(struct zapi_route *api, enum blackhole_type bh_type) |
