Podman v3.4.2 compose networks block does not update MTU size #14471
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
network
Networking related issue or feature
The following command works fine:
podman network create test_default --opt mtu=9000
as referenced by:
Originally posted by @afbjorklund in #8454 (comment)
However the expected compose.yml variation:
Does not work as expected. The mtu is not set for the network that is created.
I have also attempted to use the docker string..
Which also fails. The mtu is not set for the network that is created.
The text was updated successfully, but these errors were encountered: