Skip to content

Commit 0402551

Browse files
committed
lib: Include SID structure in seg6local nexthop
Include SID structure information in seg6local nexthop data structure. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
1 parent 84c5035 commit 0402551

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/srv6.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ struct seg6local_context {
106106
struct in6_addr nh6;
107107
uint32_t table;
108108
struct seg6local_flavors_info flv;
109+
uint8_t block_len;
110+
uint8_t node_len;
111+
uint8_t function_len;
112+
uint8_t argument_len;
109113
};
110114

111115
struct srv6_locator {

0 commit comments

Comments
 (0)