mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-07 17:36:22 +00:00
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> |
||
|---|---|---|
| .. | ||
| connect.go | ||
| create.go | ||
| disconnect.go | ||
| exists.go | ||
| inspect.go | ||
| list.go | ||
| network.go | ||
| prune.go | ||
| reload.go | ||
| rm.go | ||
| update.go | ||