From: Thomas Lamprecht Date: Tue, 19 May 2020 19:38:53 +0000 (+0200) Subject: qinq: improve schema X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=1c95991c7f37e864b7849d78941d9faea58af053;p=pve-network.git qinq: improve schema Signed-off-by: Thomas Lamprecht --- diff --git a/PVE/Network/SDN/Zones/QinQPlugin.pm b/PVE/Network/SDN/Zones/QinQPlugin.pm index fe43d42..8a8d55b 100644 --- a/PVE/Network/SDN/Zones/QinQPlugin.pm +++ b/PVE/Network/SDN/Zones/QinQPlugin.pm @@ -12,13 +12,14 @@ sub type { sub properties { return { - tag => { - type => 'integer', - description => "vlan tag", - }, + tag => { + type => 'integer', + minimum => 0, + description => "Service-VLAN Tag", + }, mtu => { type => 'integer', - description => "mtu", + description => "MTU", optional => 1, }, 'vlan-protocol' => {