diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-10 01:27:52 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-02-23 20:45:57 +0100 |
commit | 28610f7e444dbb2ea4175582f84e566a6645927b (patch) | |
tree | 4af0dfe041b19506f2da76ee05098d9fb6bef41b /lib/zclient.h | |
parent | Merge pull request #1793 from qlyoung/stylechecker (diff) | |
download | frr-28610f7e444dbb2ea4175582f84e566a6645927b.tar.xz frr-28610f7e444dbb2ea4175582f84e566a6645927b.zip |
*: Add tableid the route entry was sent to
Add for the southbound pass back the route entries tableid
used for installation.
Signed-off-by: Donald Sharp <sharpd@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 d8a70c6cf..21785abfb 100644 --- a/lib/zclient.h +++ b/lib/zclient.h @@ -513,6 +513,7 @@ extern int zclient_send_rnh(struct zclient *zclient, int command, 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, + uint32_t *tableid, 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, |