allow VLAN 1 tag in qemu-kvm vms

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
Dominik Csapak 2016-05-18 11:18:28 +02:00 committed by Dietmar Maurer
parent 19333c9b82
commit 9f41a659a1

View File

@ -601,7 +601,7 @@ my $net_fmt = {
},
tag => {
type => 'integer',
minimum => 2, maximum => 4094,
minimum => 1, maximum => 4094,
description => 'VLAN tag to apply to packets on this interface.',
optional => 1,
},