Files
podman/vendor/github.com/containers/common/libnetwork/cni
Valentin Rothberg ff2e6291a5 vendor c/common
Update the recent events-log changes to fix the build error.

[NO NEW TESTS NEEDED] since there's no functional change.

Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
2022-04-21 13:43:58 +02:00
..
2022-04-21 13:43:58 +02:00
2022-03-18 15:18:30 +01:00
2022-04-21 13:43:58 +02:00
2022-03-18 15:18:30 +01:00
2022-01-12 17:07:30 +01:00
2022-04-08 09:02:52 -04: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.