diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2020-12-05 14:51:21 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2020-12-08 09:06:09 -0500 |
| commit | cfa2a35d8d0abc746d0d557e22556bacac1431c0 (patch) | |
| tree | 62bebe1b1eed11d7dd473b513bf1574560c9d56c /sharpd/sharp_globals.h | |
| parent | 80a6ee90c326acde82f07d8e5221b0c8010d3579 (diff) | |
sharpd, zebra: Pass and display opaque data as PoC
Pass data from sharpd to zebra as opaque data and display
it as part of the detailed route data.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'sharpd/sharp_globals.h')
| -rw-r--r-- | sharpd/sharp_globals.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sharpd/sharp_globals.h b/sharpd/sharp_globals.h index 0bd47454a9..52561fd451 100644 --- a/sharpd/sharp_globals.h +++ b/sharpd/sharp_globals.h @@ -45,6 +45,8 @@ struct sharp_routes { struct timeval t_start; struct timeval t_end; + + char opaque[ZAPI_MESSAGE_OPAQUE_LENGTH]; }; struct sharp_global { |
