spiegel_podman/vendor/github.com/containers/common/libnetwork/cni
Daniel J Walsh dc17195bd9
Vendor in new opencontainers/selinux
Also update vendor of containers/common,buildah,storage,image

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2069586

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2022-04-08 09:02:52 -04:00
..
cni_conversion.go Vendor in new opencontainers/selinux 2022-04-08 09:02:52 -04: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 in new opencontainers/selinux 2022-04-08 09:02:52 -04: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.