Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman support for IPv6 networks | Antonio Ojea | 2020-08-15 |
| | | | | | | | | | | | podman containers using IPv6 were missing the default route, breaking deployments trying to use them. The problem is that the default route was hardcoded to IPv4, this takes into consideration the podman subnet IP family to generate the corresponding default route. Signed-off-by: Antonio Ojea <aojea@redhat.com> | ||
* | podman network create | baude | 2019-09-09 |
initial implementation of network create. we only support bridging networks with this first pass. Signed-off-by: baude <bbaude@redhat.com> |