Skip to content
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

fix MTU in overlay networks #1693

Merged
merged 1 commit into from
Jul 18, 2022
Merged

Conversation

zhangzujian
Copy link
Member

@zhangzujian zhangzujian commented Jul 14, 2022

What type of this PR

  • Bug fixes

Which issue(s) this PR fixes:

Fixes #1457

frame length
Ethernet 14
IPv4 20
IPv6 40
TCP 20
UDP 8
vxlan 8
stt 18

VXLAN (IPv4): 14 + 20 + 8 + 8 = 50
STT (IPv4): 14 + 20 + 20 + 18 = 72

@zhangzujian zhangzujian added bug Something isn't working need backport labels Jul 14, 2022
@zhangzujian zhangzujian marked this pull request as ready for review July 18, 2022 10:10
@zhangzujian zhangzujian merged commit 1ab5505 into kubeovn:master Jul 18, 2022
@zhangzujian zhangzujian deleted the fix-mtu branch July 18, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working need backport
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

MTU size should auto adapt to geneve/vxlan/stt header length
2 participants