mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-08-12 09:04:42 +00:00
allow VLAN 1 tag in qemu-kvm vms
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
19333c9b82
commit
9f41a659a1
@ -601,7 +601,7 @@ my $net_fmt = {
|
|||||||
},
|
},
|
||||||
tag => {
|
tag => {
|
||||||
type => 'integer',
|
type => 'integer',
|
||||||
minimum => 2, maximum => 4094,
|
minimum => 1, maximum => 4094,
|
||||||
description => 'VLAN tag to apply to packets on this interface.',
|
description => 'VLAN tag to apply to packets on this interface.',
|
||||||
optional => 1,
|
optional => 1,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user