spiegel_podman/pkg/network
Antonio Ojea 5e50ba3ecb 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-20 12:16:52 -04:00
..
config.go API returns 500 in case network is not found instead of 404 2020-08-11 13:53:23 +02:00
devices.go move go module to v2 2020-07-06 15:52:17 +02:00
files.go API returns 500 in case network is not found instead of 404 2020-08-11 13:53:23 +02:00
ip.go podman support for IPv6 networks 2020-08-20 12:16:52 -04:00
netconflist.go podman support for IPv6 networks 2020-08-20 12:16:52 -04:00
netconflist_test.go podman support for IPv6 networks 2020-08-20 12:16:52 -04:00
network.go API returns 500 in case network is not found instead of 404 2020-08-11 13:53:23 +02: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