mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 18:05:41 +00:00
The pkg/network/files.go methods currently use the constant '/etc/cni/net.d' for network handling. This results in the unability of podman-network-inspect and podman-network-rm to locate the cni network configuration files. This commit propagates the libpod.Runtime through the networking methods and finally makes use of its configuration (config.Network.NetworkConfigDir). Closes #6212 Signed-off-by: Maximilian Müller <maxm123@techie.com> |
||
|---|---|---|
| .. | ||
| config.go | ||
| devices.go | ||
| files.go | ||
| ip.go | ||
| netconflist.go | ||
| network.go | ||
| network_test.go | ||
| subnet.go | ||
| subnet_test.go | ||