]> git.proxmox.com Git - pve-network.git/commit
add vnet vlan-aware option
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 2 Jun 2020 09:20:21 +0000 (11:20 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 3 Jun 2020 07:50:34 +0000 (09:50 +0200)
commit912fb4435d9dd37cc9d9d32ad28453b5987d3471
treebe4b82960f6a9508fc8f13b8c6ec44800c54f53b
parent1c95991c7f37e864b7849d78941d9faea58af053
add vnet vlan-aware option

Some users would like to be able to defined vlans at
vm level, or allow trunks,  on top of already
tagged vnet. (including vlan on top of vxlan tunnel)

Allow it on all layer2 plugins, and add a warn
for evpn layer3 plugin.

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