[pve-devel] [PATCH container] allow VLAN 1 tag in containers
Dominik Csapak
d.csapak at proxmox.com
Wed May 18 11:18:27 CEST 2016
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
src/PVE/LXC/Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index bf10b1c..191f413 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -483,7 +483,7 @@ our $netconf_desc = {
tag => {
type => 'integer',
format_description => 'VlanNo',
- minimum => '2',
+ minimum => '1',
maximum => '4094',
description => "VLAN tag for this interface.",
optional => 1,
--
2.1.4
More information about the pve-devel
mailing list