mirror of https://github.com/containers/podman.git
The default network should not be validated against used subnets, we have to ensure that this network can always be created even when a subnet is already used on the host. This could happen if you run a container on this net, then the cni interface will be created on the host and "block" this subnet from being used again. Therefore the next podman command tries to create the default net again and it would fail because it thinks the network is used on the host. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |
||
---|---|---|
.. | ||
cni | ||
types | ||
util | ||
config.go | ||
create.go | ||
create_test.go | ||
devices.go | ||
files.go | ||
ip.go | ||
lock.go | ||
netconflist.go | ||
netconflist_test.go | ||
network.go | ||
network_test.go | ||
subnet.go | ||
subnet_test.go |