Files
podman/pkg
Jake Correnti 488eb3b74c (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>
2022-07-05 07:54:09 -04:00
..
2022-03-22 13:04:35 +01:00
2022-05-25 12:33:34 +02:00
2022-05-23 14:11:29 +02:00
2021-05-06 11:51:15 +02:00
2022-01-18 12:47:07 +01:00
2022-04-20 18:55:39 +01:00
2022-05-04 08:29:54 -05:00
2022-05-19 15:24:18 -07:00
2022-05-19 13:59:15 +02:00
2022-03-15 14:48:08 +01:00
2022-04-26 18:12:22 +02:00
2022-04-26 18:12:22 +02:00
2022-01-18 12:47:07 +01:00
2022-01-18 12:47:07 +01:00
2022-04-26 15:05:20 +02:00
2020-12-22 13:34:31 -05:00
2022-04-26 18:12:22 +02:00
2022-05-25 05:56:29 -04:00