mirror of
https://github.com/containers/podman.git
synced 2025-05-20 00:27:03 +08:00
podman: add support for specifying MAC
I basically copied and adapted the statements for setting IP. Closes #1136 Signed-off-by: Jakub Filak <jakub.filak@sap.com>
This commit is contained in:

committed by
Giuseppe Scrivano

parent
455f5b7616
commit
2497b6c77b
@ -794,6 +794,11 @@ type ContainerCheckpointOptions struct {
|
||||
// important to be able to restore a container multiple
|
||||
// times with '--import --name'.
|
||||
IgnoreStaticIP bool
|
||||
// IgnoreStaticMAC tells the API to ignore the MAC set
|
||||
// during 'podman run' with '--mac-address'. This is especially
|
||||
// important to be able to restore a container multiple
|
||||
// times with '--import --name'.
|
||||
IgnoreStaticMAC bool
|
||||
}
|
||||
|
||||
// Checkpoint checkpoints a container
|
||||
|
Reference in New Issue
Block a user