spiegel_podman/pkg/network
Maximilian Müller 48d83482db Use the libpod.conf cni_config_dir option for inspect and delete
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>
2020-05-14 22:15:32 +02:00
..
config.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
devices.go Use the libpod.conf cni_config_dir option for inspect and delete 2020-05-14 22:15:32 +02:00
files.go Use the libpod.conf cni_config_dir option for inspect and delete 2020-05-14 22:15:32 +02:00
ip.go podman network create 2019-09-09 09:32:43 -05:00
netconflist.go network create should use firewall plugin 2020-02-27 14:39:31 -06:00
network.go Use the libpod.conf cni_config_dir option for inspect and delete 2020-05-14 22:15:32 +02:00
network_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00
subnet.go goland autocorrections 2019-10-29 12:18:50 -05:00
subnet_test.go make lint: include unit tests 2020-01-14 10:51:59 +01:00