Bug 1908775
Summary: | MTU is not set correctly for IPsec case | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Mark Gray <mark.d.gray> |
Component: | Networking | Assignee: | Mark Gray <mark.d.gray> |
Networking sub component: | ovn-kubernetes | QA Contact: | Anurag saxena <anusaxen> |
Status: | CLOSED CURRENTRELEASE | Docs Contact: | |
Severity: | medium | ||
Priority: | high | CC: | anbhat, anusaxen, kewang, mark.d.gray |
Version: | 4.7 | ||
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-08 17:18:09 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mark Gray
2020-12-17 15:15:40 UTC
@mark.d.gray Whats the ipsec mtu overhead supposed to be? @anusaxen: The overhead is 46B at a maximum. Per doc https://access.redhat.com/documentation/en-us/openshift_container_platform/3.11/html/cluster_administration/admin-guide-ipsec, the ipsec overhead is 62B. (In reply to Ke Wang from comment #6) > Per doc > https://access.redhat.com/documentation/en-us/openshift_container_platform/3. > 11/html/cluster_administration/admin-guide-ipsec, the ipsec overhead is 62B. The overhead of IPsec depends on the IPsec mode (transport or tunnel) and the encryption algorithm used. I am unsure how it was configured in 3.11 but it may have been using different parameters. For 4.7, it should have a maximum overhead of 46B. The motivation for this is described in the commit message of the PR. |