Files
podman/vendor/github.com/containers/common/libnetwork/cni
Giuseppe Scrivano 598fc516a6 vendor: update containers/{buildah,common,image,storage}
The change in healthcheck_run_test.go, depends on the
containers/image change:

commit b6afa8ca7b324aca8fd5a7b5b206fc05c0c04874
Author: Mikhail Sokolov <msokolov@evolution.com>
Date:   Fri Mar 15 13:37:44 2024 +0200

    Add support for Docker HealthConfig.StartInterval (v25.0.0+)

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-04-19 09:52:13 +02: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-02-05 09:46:40 -05:00
2024-02-05 09:46:40 -05:00
2022-01-12 17:07:30 +01:00
2024-02-05 09:46:40 -05: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.