-
Task
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
False
-
-
False
-
-
None
-
rhel-net-ovs-dpdk
-
-
This task is tracking the test case writing activities to cover the feature request described below.
BZ2140500
reported that for ip6gre tunneled mirrors OVS userspace and kernel space there are different packet formats.
On inspection it is seen that the kernel space tunnels adds an IPv6 Destination Options extension header.
The option is the "Tunnel Encapsulation Limit" [0]. This limits the Nested encapsulations and defaults to 4. This is used to help guard against misconfigured networks where there is are recursive encapsulations of a packet.
It is not a bug to not have option this with userspace but it is not best practice to have different packet formats from userspace and kernel space.
This RFE is to align userspace and kernel space for ip6gre so that packet formats are matching. Most likely this will be through adding the "Tunnel Encapsulation Limit" header to userspace.
[0]
https://www.rfc-editor.org/rfc/rfc2473.html#section-4.1.1