From eeb5fb3a50079e1af6e655694c6ff99ec2f9d070 Mon Sep 17 00:00:00 2001 From: Ignas Bačius Date: Thu, 3 Oct 2019 17:15:38 +0300 Subject: sr: add "set sr encaps hop-limit" command MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Default hop-limit for the encapsulating IPv6 header is a compile-time constant. Add ability to specify custom hop-limit, in order to avoid packets being dropped with "hop limit exceeded in transit" response in certain network configurations. Type: feature Signed-off-by: Ignas Bačius Change-Id: I77f2b35c987cfd31801dc2744d31fb3c1984158f --- src/vnet/srv6/sr_policy.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/vnet/srv6/sr_policy.md') diff --git a/src/vnet/srv6/sr_policy.md b/src/vnet/srv6/sr_policy.md index 521b84616c0..2a7eb4c9870 100644 --- a/src/vnet/srv6/sr_policy.md +++ b/src/vnet/srv6/sr_policy.md @@ -54,3 +54,7 @@ Spray policies are used for removing multicast state from a network core domain, In case the user decides to create an SR policy an IPv6 Source Address must be specified for the encapsulated traffic. In order to do so the user might use the following command: set sr encaps source addr XXXX::YYYY + +Default hop-limit for the encapsulating IPv6 header is 64. It is possible to specify custom hop-limit value from 1 to 255 using this command: + + set sr encaps hop-limit N -- cgit 1.2.3-korg