From: Carmine Scarpitta Date: Sun, 15 Sep 2024 15:23:34 +0000 (+0200) Subject: lib: Include SID structure in seg6local nexthop X-Git-Tag: docker/9.0.5~16^2~4 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=592dfd868cc10e5de9213d467b6937d7509e4f81;p=mirror%2Ffrr.git lib: Include SID structure in seg6local nexthop Include SID structure information in seg6local nexthop data structure. Signed-off-by: Carmine Scarpitta --- diff --git a/lib/srv6.h b/lib/srv6.h index 7352bace59..1bd1d67114 100644 --- a/lib/srv6.h +++ b/lib/srv6.h @@ -59,6 +59,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 {