diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2025-02-13 13:37:22 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-13 13:37:22 -0500 |
| commit | 8a661e51526beed9d180ce67f34b5c3be09a28ac (patch) | |
| tree | 735b87f78cad3add22ec03b11d9cc3f2619fb8c4 /lib/srv6.h | |
| parent | caeef98e7376e1923ee37421a1d2e31aadc175f1 (diff) | |
| parent | a6d02fe2fb38b8e0c2e1c25fd863f6f96c2c40a6 (diff) | |
Merge pull request #18064 from cscarpitta/fix/fix_srv6_sid_parameters
staticd: Fix SRv6 SID installation and deletion
Diffstat (limited to 'lib/srv6.h')
| -rw-r--r-- | lib/srv6.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/srv6.h b/lib/srv6.h index 7e4fb97ad1..011705504e 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -363,6 +363,7 @@ const char *seg6local_context2str(char *str, size_t size, uint32_t action); void seg6local_context2json(const struct seg6local_context *ctx, uint32_t action, json_object *json); +void srv6_sid_structure2json(const struct seg6local_context *ctx, json_object *json); static inline const char *srv6_sid_ctx2str(char *str, size_t size, const struct srv6_sid_ctx *ctx) |
