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

add support for setting MTU in podman_network #147

Closed
pschiffe opened this issue Nov 20, 2020 · 4 comments · Fixed by #154
Closed

add support for setting MTU in podman_network #147

pschiffe opened this issue Nov 20, 2020 · 4 comments · Fixed by #154
Labels
enhancement New feature or request

Comments

@pschiffe
Copy link

Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)

/kind feature

Description

The CNI bridge plugin/driver supports setting custom MTU value, but it's not possible to set this value via containers.podman.podman_network. Please add support for MTU setting directly or via some general custom fields. Thanks!

@sshnaidm sshnaidm added the enhancement New feature or request label Nov 20, 2020
@sshnaidm
Copy link
Member

@pschiffe as I see it's not supported in podman network command, so firstly it should be added there. Can you maybe add issue in podman repo to support MTU?

@pschiffe
Copy link
Author

Done! Thanks for taking a look.

containers/podman#8454

@pschiffe
Copy link
Author

pschiffe commented Dec 2, 2020

The change has been implemented in containers/podman#8457, waiting to be released.
The parameter is -o, --opt and 2 values are supported, mtu and vlan; can be used like mtu=9000 or vlan=9

@sshnaidm
Copy link
Member

sshnaidm commented Dec 2, 2020

@pschiffe great, thanks for the effort!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants