spiegel_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
..
cni_conversion.go update c/{buildah,common,image,storage} to latest main 2024-05-08 13:51:48 +02:00
cni_exec.go Vendor c/common 2024-02-05 09:46:40 -05:00
cni_types.go vendor: update containers/{buildah,common,image,storage} 2024-04-19 09:52:13 +02:00
config.go Bump c/storage to v1.57.1, c/image v5.34.0, c/common v0.62.0 2025-01-31 18:30:53 -05:00
config_freebsd.go Vendor c/common 2024-02-05 09:46:40 -05:00
config_linux.go Vendor c/common 2024-02-05 09:46:40 -05:00
network.go vendor: bump c/common to 9b0d134f392 2025-04-01 09:58:43 -07:00
README.md use libnetwork from c/common 2022-01-12 17:07:30 +01:00
run.go vendor latest c/common 2024-09-06 14:42:56 +02:00
run_freebsd.go system service: unset NOTIFY_SOCKET 2023-08-24 16:23:01 +02:00
run_linux.go autocomplete podman search --filter 2022-05-24 16:07:38 +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.