]> git.proxmox.com Git - pve-network.git/commit
limit vnet/zones/controller to 10 characters
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 26 Nov 2019 09:00:27 +0000 (10:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 11:33:40 +0000 (12:33 +0100)
commit7c5b0f6daf45c1491fe55dbb29c814925cad24bb
treefd2d1c7eaebae7fcaa914cffdc3447ad14db7036
parent3551b612e9b7a8ac26f7392b1438fa33da9865eb
limit vnet/zones/controller to 10 characters

linux have 16 characters limit for interfaces,
but we can prepend "vxlan", "vrf",... when we generate
interfaces

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/Network/SDN/Controllers/Plugin.pm
PVE/Network/SDN/VnetPlugin.pm
PVE/Network/SDN/Zones/Plugin.pm