diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-09-15 17:23:34 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-10-23 16:11:26 +0200 |
| commit | 88cbc8c90e4f881224328c0b7a83a556f2e1d16b (patch) | |
| tree | 12c028231bd42b3accf86908923f6e9870d82cc5 /lib | |
| parent | 00d741cc42512cf1d22ec773317dda4dc6e7397c (diff) | |
lib: Include SID structure in seg6local nexthop
Include SID structure information in seg6local nexthop data structure.
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/srv6.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/srv6.h b/lib/srv6.h index 433c5c14fd..b5ae3890aa 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -104,6 +104,10 @@ struct seg6local_context { struct in6_addr nh6; uint32_t table; struct seg6local_flavors_info flv; + uint8_t block_len; + uint8_t node_len; + uint8_t function_len; + uint8_t argument_len; }; struct srv6_locator { |
