diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:40:34 -0700 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-19 17:40:34 -0700 |
| commit | fb018d251e5fc2fee0814a63c4e0a44274c98bb9 (patch) | |
| tree | 59351ede3cd497fbb05c2b6906de549f17686f55 /lib/zclient.h | |
| parent | f188f2c424e8cf37517e68c09ca93329aa4297aa (diff) | |
nexthop-tracking.patch
quagga: nexthop-tracking.patch
Add next hop tracking support to Quagga. Complete documentation in doc/next-hop-tracking.txt.
Signed-off-by: Pradosh Mohapatra <pmohapat@cumulusnetworks.com>
Signed-off-by: Daniel Walton <dwalton@cumulusnetworks.com>
Signed-off-by: Dinesh Dutt <ddutt@cumulusnetworks.com>
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. */ |
