X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=blobdiff_plain;f=src%2Fvnet%2Fsrv6%2Fsr.api;h=1d696b0c8972994799135a16afaba2a06f4c93d5;hp=e989ffe2f16aad19d142994edeba8082694ea923;hb=eeb5fb3a5;hpb=bd0a00a45637c1dde533ef6c3798418c2ab15009 diff --git a/src/vnet/srv6/sr.api b/src/vnet/srv6/sr.api index e989ffe2f16..1d696b0c897 100644 --- a/src/vnet/srv6/sr.api +++ b/src/vnet/srv6/sr.api @@ -137,6 +137,18 @@ autoreply define sr_set_encap_source u8 encaps_source[16]; }; +/** \brief IPv6 SR Set SRv6 encapsulation hop-limit + @param client_index - opaque cookie to identify the sender + @param context - sender context, to match reply w/ request + @param hop_limit is the hop-limit value to set +*/ +autoreply define sr_set_encap_hop_limit +{ + u32 client_index; + u32 context; + u8 hop_limit; +}; + /** \brief IPv6 SR steering add/del @param client_index - opaque cookie to identify the sender @param context - sender context, to match reply w/ request