We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running the e2e tests with netavark, we get a failure with Error: unsupported macvlan network option mtu. See https://github.com/containers/podman/blob/main/test/e2e/network_test.go#L574
Error: unsupported macvlan network option mtu
The text was updated successfully, but these errors were encountered:
Thanks, I'll add mtu to macvlan as well. It was added to only bridge I guess.
mtu
But where is this string error msg coming from Error: unsupported macvlan network option mtu its not from netavark afaik.
Sorry, something went wrong.
https://github.com/containers/common/blob/97814789b1bb4fac1a2ddaebcaf9873c457f4625/libnetwork/netavark/config.go#L127-L137
I will open a PR to fix it in c/common if you add support to netavark.
@Luap99 Sure I'll add it to netavark. We have to stop blocking it from c/common/ thanks.
c/common/
containers/common#881
MTU
macvlan
flouthoc
Successfully merging a pull request may close this issue.
When running the e2e tests with netavark, we get a failure with
Error: unsupported macvlan network option mtu
. See https://github.com/containers/podman/blob/main/test/e2e/network_test.go#L574The text was updated successfully, but these errors were encountered: