diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2021-12-14 09:11:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-12-14 09:11:36 +0200 |
| commit | e69ae079b77a0af716f050c48688b7750dbc807a (patch) | |
| tree | 72019bfca317331fc32e4dd34be993f54164d9cf /lib/srv6.h | |
| parent | d64d20fcd4967a27fdadc4933ba38e341acaafdb (diff) | |
| parent | 559f4b2f2a46823be670cb46f1cd17f56f5f3675 (diff) | |
Merge pull request #9899 from Drumato/zebra-srv6-locator-detail-json-support
zebra: Add support for json output in srv6 locator detail command
Diffstat (limited to 'lib/srv6.h')
| -rw-r--r-- | lib/srv6.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/srv6.h b/lib/srv6.h index 715fc3723b..e0db30cd13 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -189,6 +189,9 @@ extern void srv6_locator_free(struct srv6_locator *locator); extern void srv6_locator_chunk_free(struct srv6_locator_chunk *chunk); json_object *srv6_locator_chunk_json(const struct srv6_locator_chunk *chunk); json_object *srv6_locator_json(const struct srv6_locator *loc); +json_object *srv6_locator_detailed_json(const struct srv6_locator *loc); +json_object * +srv6_locator_chunk_detailed_json(const struct srv6_locator_chunk *chunk); #ifdef __cplusplus } |
