Files
podman/vendor/github.com/containers/common/libnetwork/cni
tomsweeneyredhat 211d3ea3cf Bump c/storage to v1.57.1, c/image v5.34.0, c/common v0.62.0
If not already bumped, this will bump:

c/storage v1.57.1
c/image v5.34.0
c/common v0.62.0

in preparation for Podman v5.4 and beyond.

Buildah will be vendored in a separate PR.

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
2025-01-31 18:30:53 -05: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
2024-06-04 17:58:40 +02: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.