automation-tests/common/libnetwork/netavark
Paul Holzinger 2fae6d9fd6 libnetwork: change lock path to tmpfs for root
The default /etc/containers/networks location might not be writeable,
while this breaks podman network create it does not need to break all
podman commands since the lock is created on libpod initialization.

ref https://github.com/containers/common/pull/1270

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-01-05 16:46:42 +01:00
..
testfiles Add support for route metric in network configs 2022-11-10 16:09:15 -05:00
config.go libnetwork: extend API to support NetworkUpdate 2022-12-07 07:53:02 +05:30
config_test.go libnetwork: extend API to support NetworkUpdate 2022-12-07 07:53:02 +05:30
const.go libnetwork: change lock path to tmpfs for root 2023-01-05 16:46:42 +01:00
exec.go add network dns_bind_port setting and set NETAVARK_DNS_PORT from it 2022-07-08 09:45:15 +09:00
ipam.go Switch to golang native error wrapping 2022-07-12 10:54:07 +02:00
ipam_test.go Libnetwork: Add NetworkCreateOptions to the NetworkCreate method 2022-12-05 15:57:15 +02:00
netavark_suite_test.go Switch to ginkgo/v2 2022-03-30 10:03:17 +02:00
network.go libnetwork: change lock path to tmpfs for root 2023-01-05 16:46:42 +01:00
run.go libnetwork: extend API to support NetworkUpdate 2022-12-07 07:53:02 +05:30
run_test.go pkg/netns: UnmountNS() accept netns path as string 2022-12-07 14:53:47 +01:00