diff options
author | Jake Correnti <jcorrenti13@gmail.com> | 2022-06-08 10:45:37 -0400 |
---|---|---|
committer | Jake Correnti <jcorrenti13@gmail.com> | 2022-07-05 07:54:09 -0400 |
commit | 488eb3b74cd169e94de8364294586bce0925b710 (patch) | |
tree | 16949a579207484b256310ee9b45f0951f73930d /libpod/util_linux.go | |
parent | 1ada01a038fceaa9e94beb2de6e4593df03be7fa (diff) | |
download | podman-488eb3b74cd169e94de8364294586bce0925b710.tar.gz podman-488eb3b74cd169e94de8364294586bce0925b710.tar.bz2 podman-488eb3b74cd169e94de8364294586bce0925b710.zip |
(rootful) docker-compose now updates network MTU
Previously, the following network block did not update using
docker-compose:
```
networks:
default:
driver: bridge
driver_opts:
mtu: 9000
```
In the API, the network options were previously not being handled when the
network was being created. I translated the docker options into podman
options, and added the options to the network.
When doing `podman network inspect <network>`, the results now contain
`"mtu": "9000"`
Fixes: #14482
Signed-off-by: Jake Correnti <jcorrenti13@gmail.com>
Diffstat (limited to 'libpod/util_linux.go')
0 files changed, 0 insertions, 0 deletions