podman/libpod/network
Paul Holzinger 9d818be732 Fix podman network IDs handling
The libpod network logic knows about networks IDs but OCICNI
does not. We cannot pass the network ID to OCICNI. Instead we
need to make sure we only use network names internally. This
is also important for libpod since we also only store the
network names in the state. If we would add a ID there the
same networks could accidentally be added twice.

Fixes #9451

Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
2021-02-22 15:51:49 +01:00
..
config.go Honor network options for macvlan networks 2021-02-02 13:24:14 -06:00
create.go bump go module to v3 2021-02-22 09:03:51 +01:00
create_test.go bump go module to v3 2021-02-22 09:03:51 +01:00
devices.go bump go module to v3 2021-02-22 09:03:51 +01:00
files.go Fix podman network IDs handling 2021-02-22 15:51:49 +01:00
ip.go prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
lock.go Move the cni lock file into the cni config dir 2021-01-21 11:50:45 +01:00
netconflist.go bump go module to v3 2021-02-22 09:03:51 +01:00
netconflist_test.go Enable whitespace linter 2021-02-11 23:01:56 +01:00
network.go Fix podman network IDs handling 2021-02-22 15:51:49 +01:00
network_test.go prevent unpredictable results with network create|remove 2020-10-07 10:03:21 -05:00
subnet.go Fix ip-range for classless subnet masks 2020-11-23 11:55:29 +01:00
subnet_test.go Fix ip-range for classless subnet masks 2020-11-23 11:55:29 +01:00