mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 20:07:46 +00:00
lib: Include SID structure in seg6local nexthop
Include SID structure information in seg6local nexthop data structure. Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
be50cd1ee0
commit
ddaf2a7e9b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user