diff options
| author | Carmine Scarpitta <cscarpit@cisco.com> | 2024-09-15 17:23:34 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <cscarpit@cisco.com> | 2024-10-23 12:13:19 +0200 |
| commit | 8b9b9549e6d2785d4237ddb510d285aba022bb68 (patch) | |
| tree | 78088899a4736db2987f461ad96c115cfa7ee439 | |
| parent | 9c01a591e307e0adb2db9d0d6188d97718b5825a (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>
| -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 acfb0631cc..3749b01563 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -72,6 +72,10 @@ struct seg6local_context { struct in_addr nh4; struct in6_addr nh6; uint32_t table; + uint8_t block_len; + uint8_t node_len; + uint8_t function_len; + uint8_t argument_len; }; struct srv6_locator { |
