Skip to content

Commit 864e12d

Browse files
authored
Merge pull request #2732 from stgraber/network
2 parents 21e9e10 + f822e31 commit 864e12d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/server/device/nic_physical.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func (d *nicPhysical) validateConfig(instConf instance.ConfigReader) error {
147147
// default: randomly assigned
148148
// managed: no
149149
// shortdesc: The MAC address of the new interface
150-
optionalFields = append(optionalFields, "hwaddr")
150+
optionalFields = append(optionalFields, "hwaddr", "vlan")
151151

152152
// Copy certain keys verbatim from the network's settings.
153153
for _, field := range optionalFields {

0 commit comments

Comments
 (0)