[pve-devel] [PATCH qemu-server] allow VLAN 1 tag in qemu-kvm vms
Dominik Csapak
d.csapak at proxmox.com
Wed May 18 11:18:28 CEST 2016
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
PVE/QemuServer.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm
index 3921c09..fe19d7f 100644
--- a/PVE/QemuServer.pm
+++ b/PVE/QemuServer.pm
@@ -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,
},
--
2.1.4
More information about the pve-devel
mailing list