diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-29 14:25:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-29 14:25:00 +0200 |
| commit | cf77ed96b8edc7641496a465e1b663ffba1bc6ab (patch) | |
| tree | d104c4e327dc31413f89621ec4da0766a4e02217 /lib/srv6.h | |
| parent | c7f55e189bad3671fea8d0867dc9496b09845f97 (diff) | |
| parent | 38653edbf53ef91e4c0c81bdcd075aa4ed1e0493 (diff) | |
Merge pull request #17213 from cscarpitta/fix/backport_add-sid-structure-to-seg6local-nh_for_8.4
bgpd, lib: Include SID structure in seg6local nexthop (backport for 8.4)
Diffstat (limited to 'lib/srv6.h')
| -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 { |
