-
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
Discover the path MTU to be used in OVN route agent driver. #3097
Labels
enhancement
New feature or request
Comments
aswinsuryan
added a commit
to aswinsuryan/submariner
that referenced
this issue
Jul 22, 2024
Signed-off-by: Aswin Suryanarayanan <[email protected]>
I guess we should retry checking with mss clamping rule to pmtu first |
skitt
pushed a commit
that referenced
this issue
Jul 23, 2024
Signed-off-by: Aswin Suryanarayanan <[email protected]>
aswinsuryan
added a commit
to aswinsuryan/submariner
that referenced
this issue
Jul 23, 2024
…ubmariner-io#3097 Signed-off-by: Aswin Suryanarayanan <[email protected]>
aswinsuryan
added a commit
to aswinsuryan/submariner
that referenced
this issue
Jul 23, 2024
…ariner-io#3097 Signed-off-by: Aswin Suryanarayanan <[email protected]>
tpantelis
pushed a commit
that referenced
this issue
Jul 23, 2024
Signed-off-by: Aswin Suryanarayanan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We use hardcode MTU values in gateway_dataplane.go.
This needs to be enhanced to use the real path MTU calculated using tools like tracepath.
This is required as described here #1022
What would you like to be added:
Why is this needed:
The text was updated successfully, but these errors were encountered: