-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTU is smaller than necessary for vx-submariner path #301
Comments
@sridhargaddam I added you to this one since you were working on the other related fix, and you are very familiar with this part, but let me know if you are busy and wand me to look at it. |
No problem @mangelajo, I'll work on the necessary changes and push the PR. |
Currently the MTU on Submariner VXLAN interface is hardcoded to 1450. In some of the environments Jumbo frames are used. So, ideally Submariner should identify the outgoing interface and configure the appropriate MTU. This patch fixes it. Fixes Issue# submariner-io#301 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
Currently the MTU on Submariner VXLAN interface is hardcoded to 1450. In some of the environments Jumbo frames are used. So, ideally Submariner should identify the outgoing interface and configure the appropriate MTU. This patch fixes it. Fixes Issue# #301 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
The necessary fix is now merged in Submariner repo. |
Currently the MTU on Submariner VXLAN interface is hardcoded to 1450. In some of the environments Jumbo frames are used. So, ideally Submariner should identify the outgoing interface and configure the appropriate MTU. This patch fixes it. Fixes Issue# submariner-io/submariner#301 Signed-off-by: Sridhar Gaddam <sgaddam@redhat.com>
We use vx-submariner to achieve src-ip preservation of pods.
But vx-submariner MTU is not calculated and uses a fixed 1450. We should identify the outgoing interface, and adapt the interface to use interface.mtu - 50 (Vxlan overhead).
The text was updated successfully, but these errors were encountered: