Skip to content

Commit

Permalink
doc/devices/nic: Add mode for macvlan devices
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 27, 2024
1 parent 2e09609 commit 6667254
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/reference/devices_nic.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ Key | Type | Default | Managed | Description
`boot.priority` | integer | - | no | Boot priority for VMs (higher value boots first)
`gvrp` | bool | `false` | no | Register VLAN using GARP VLAN Registration Protocol
`hwaddr` | string | randomly assigned | no | The MAC address of the new interface
`mode` | string | `bridge` | no | Macvlan mode (one of `bridge`, `vepa`, `passthrough` or `private`)
`mtu` | integer | parent MTU | yes | The MTU of the new interface
`name` | string | kernel assigned | no | The name of the interface inside the instance
`network` | string | - | no | The managed network to link the device to (instead of specifying the `nictype` directly)
Expand Down

0 comments on commit 6667254

Please sign in to comment.