mirror of
https://github.com/containers/podman.git
synced 2025-12-03 03:39:44 +08:00
vendor: update containers/common
Signed-off-by: Michael Zimmermann <sigmaepsilon92@gmail.com>
This commit is contained in:
2
vendor/github.com/containers/common/libnetwork/types/network.go
generated
vendored
2
vendor/github.com/containers/common/libnetwork/types/network.go
generated
vendored
@@ -269,6 +269,8 @@ type PerNetworkOptions struct {
|
||||
// InterfaceName for this container. Required in the backend.
|
||||
// Optional in the frontend. Will be filled with ethX (where X is a integer) when empty.
|
||||
InterfaceName string `json:"interface_name"`
|
||||
// Driver-specific options for this container.
|
||||
Options map[string]string `json:"options,omitempty"`
|
||||
}
|
||||
|
||||
// NetworkOptions for a given container.
|
||||
|
||||
Reference in New Issue
Block a user