Files
podman/vendor/github.com/containers/common/libnetwork/cni
flouthoc 51bb71d1b3 vendor: bump c/common to 9b0d134f392
Bump common to 9b0d134f392f41de3f3065aad162e73a3904168e

Signed-off-by: flouthoc <flouthoc.git@gmail.com>
2025-04-01 09:58:43 -07:00
..
2024-02-05 09:46:40 -05:00
2024-02-05 09:46:40 -05:00
2024-02-05 09:46:40 -05:00
2022-01-12 17:07:30 +01:00
2024-09-06 14:42:56 +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.