diff options
Diffstat (limited to 'lib/zclient.h')
| -rw-r--r-- | lib/zclient.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zclient.h b/lib/zclient.h index a660bbf195..2ece81ebc3 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -82,6 +82,7 @@ struct zclient int (*ipv4_route_delete) (int, struct zclient *, uint16_t); int (*ipv6_route_add) (int, struct zclient *, uint16_t); int (*ipv6_route_delete) (int, struct zclient *, uint16_t); + int (*nexthop_update) (int, struct zclient *, uint16_t); }; /* Zebra API message flag. */ |
