spiegel_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
..
cni_conversion.go vendor c/common 2022-04-21 13:43:58 +02:00
cni_exec.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
cni_types.go Vendor in new opencontainers/selinux 2022-04-08 09:02:52 -04:00
config.go vendor c/common 2022-04-21 13:43:58 +02:00
network.go vendor c/common@0ededd18a1 2022-03-18 15:18:30 +01:00
README.md use libnetwork from c/common 2022-01-12 17:07:30 +01:00
run.go Vendor in new opencontainers/selinux 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.