diff --git a/PVE/QemuServer.pm b/PVE/QemuServer.pm index 3921c098..fe19d7f7 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, },