podman/pkg/network
Antonio Ojea 07e3f1bba9 podman support for IPv6 networks
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>
2020-08-15 12:11:01 +02:00
..
config.go API returns 500 in case network is not found instead of 404 2020-08-02 22:21:28 +08:00
devices.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
files.go API returns 500 in case network is not found instead of 404 2020-08-02 22:21:28 +08:00
ip.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
netconflist.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
netconflist_test.go podman support for IPv6 networks 2020-08-15 12:11:01 +02:00
network.go Add parameter verification for api creation network 2020-08-12 09:38:16 +08:00
network_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00
subnet.go goland autocorrections 2019-10-29 12:18:50 -05:00
subnet_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00