Files
podman/libpod/network/cni
Daniel J Walsh 8469417040 Globally replace http:// with https://
[NO TESTS NEEDED] Hopefully existing tests will find issues.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-08-27 06:14:46 -04:00
..
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00
2021-08-24 12:28:03 +02:00

This package abstracts CNI from libpod. It implements the ContainerNetwork interface defined in libpod/network/types/network.go for the CNI backend.

Testing

Run the tests with:

go test -v -mod=vendor -cover ./libpod/network/cni/

Run the tests as root to also test setup/teardown. This will execute CNI and therefore the cni plugins have to be installed.