Skip to content

Commit 0ce2a9d

Browse files
committed
doc/devices: Sort macvlan NIC device options in table
Signed-off-by: Hiroaki Nakamura <hnakamur@gmail.com>
1 parent 3df4aa8 commit 0ce2a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/reference/devices_nic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ Key | Type | Default | Managed | Description
119119
`maas.subnet.ipv4` | string | - | yes | MAAS IPv4 subnet to register the instance in
120120
`maas.subnet.ipv6` | string | - | yes | MAAS IPv6 subnet to register the instance in
121121
`mtu` | integer | parent MTU | yes | The MTU of the new interface
122-
`network` | string | - | no | The managed network to link the device to (instead of specifying the `nictype` directly)
123122
`name` | string | kernel assigned | no | The name of the interface inside the instance
123+
`network` | string | - | no | The managed network to link the device to (instead of specifying the `nictype` directly)
124124
`parent` | string | - | yes | The name of the host device (required if specifying the `nictype` directly)
125125
`vlan` | integer | - | no | The VLAN ID to attach to
126126

0 commit comments

Comments
 (0)