spiegel_podman/cmd/podman/networks
Paul Holzinger 7d831d555c
network create/update: allow dns servers comma separated
The examples show that --dns-add 8.8.8.8,1.1.1.1 is valid but it fails,
fix this by using StringSliceVar which splits at commas.
Added tests to ensure it is working.

Fixes #18632

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-05-22 13:30:39 +02:00
..
connect.go bump go module to version 4 2022-01-18 12:47:07 +01:00
create.go network create/update: allow dns servers comma separated 2023-05-22 13:30:39 +02:00
disconnect.go Update short description for disconnect cmd 2023-04-27 13:33:28 +02:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
inspect.go docs: remove CNI word where it is not applicable 2022-07-22 13:46:28 +02:00
list.go Unify --noheading and -n to be consistent on all commands 2022-12-19 13:18:43 -05:00
network.go bump go module to version 4 2022-01-18 12:47:07 +01:00
prune.go Refactored networkPrune function 2022-07-08 08:33:20 +09:00
reload.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
rm.go When removing objects specifying --force,podman should exit with 0 2022-07-26 16:00:42 -04:00
update.go network create/update: allow dns servers comma separated 2023-05-22 13:30:39 +02:00