We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21e9e10 + f822e31 commit 864e12dCopy full SHA for 864e12d
internal/server/device/nic_physical.go
@@ -147,7 +147,7 @@ func (d *nicPhysical) validateConfig(instConf instance.ConfigReader) error {
147
// default: randomly assigned
148
// managed: no
149
// shortdesc: The MAC address of the new interface
150
- optionalFields = append(optionalFields, "hwaddr")
+ optionalFields = append(optionalFields, "hwaddr", "vlan")
151
152
// Copy certain keys verbatim from the network's settings.
153
for _, field := range optionalFields {
0 commit comments