automation-tests/cmd/podman/networks
Paul Holzinger ed99a979ce
network create: add --interface-name
Allow users to customize the network_interface option is the network
config. For bridge this allows users to change the bridge name and for
maclvan it will be the same as `--opt parent=...`.
However the main reason for this option is to allow netavark plugins to
make use of it. I demoed the host-device plugin which makes use of this
as an example. While we could let users set them via --opt it is more
natural to just use the field which is designed for that purpose.

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2023-04-11 17:04:33 +02:00
..
connect.go bump go module to version 4 2022-01-18 12:47:07 +01:00
create.go network create: add --interface-name 2023-04-11 17:04:33 +02:00
disconnect.go bump go module to version 4 2022-01-18 12:47:07 +01: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: add support for podman network update and --network-dns-server 2023-01-12 20:19:14 +05:30