summaryrefslogtreecommitdiff
path: root/libpod/pod_internal.go
diff options
context:
space:
mode:
authorJake Correnti <jcorrenti13@gmail.com>2022-06-08 10:45:37 -0400
committerJake Correnti <jcorrenti13@gmail.com>2022-07-05 07:54:09 -0400
commit488eb3b74cd169e94de8364294586bce0925b710 (patch)
tree16949a579207484b256310ee9b45f0951f73930d /libpod/pod_internal.go
parent1ada01a038fceaa9e94beb2de6e4593df03be7fa (diff)
downloadpodman-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/pod_internal.go')
0 files changed, 0 insertions, 0 deletions