-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add MTU to CNI result #1060
Add MTU to CNI result #1060
Conversation
Hi @squeed as we spoke in the meeting this week here is the small PR let me know if there is something else needed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a good point brought up that we could put this in a metadata struct, but I think MTU is pretty unambiguously a core property of the interface so it makes sense here to me.
Another good point was brought up that if MTU is altered out-of-band, this value could be stale, but I think that's generally true of most things here.
b819be1
to
d9a31ca
Compare
/lgtm |
This commit allow CNIs to expose the MTU of interface Signed-off-by: Sebastian Sch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
This commit allow CNIs to expose the MTU of interface