Signed-off-by: Alexandre Derumier <aderum...@odiso.com>
---
 PVE/Network/SDN/Zones/Plugin.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/PVE/Network/SDN/Zones/Plugin.pm b/PVE/Network/SDN/Zones/Plugin.pm
index 2335d9e..9ea7a50 100644
--- a/PVE/Network/SDN/Zones/Plugin.pm
+++ b/PVE/Network/SDN/Zones/Plugin.pm
@@ -29,7 +29,7 @@ sub parse_sdn_zone_id {
        return undef if $noerr;
        die "zone ID '$id' contains illegal characters\n";
     }
-    die "zone ID '$id' can't be more length than 10 characters\n" if 
length($id) > 10;
+    die "zone ID '$id' can't be more length than 8 characters\n" if 
length($id) > 8;
     return $id;
 }
 
-- 
2.20.1

_______________________________________________
pve-devel mailing list
pve-devel@pve.proxmox.com
https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to