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:17:06 +0200 |
| commit | 1afa3cbbe7e3f932a3f2c2c1c609bab08001d6ab (patch) | |
| tree | 011490a991a5c3e6373e05788673ef3446115bfc | |
| parent | c7f55e189bad3671fea8d0867dc9496b09845f97 (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 e0db30cd13..e5cd727235 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -71,6 +71,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 { |
