]> git.proxmox.com Git - pve-network.git/commit
zone: add vnet_update_hook
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 5 Oct 2020 15:08:42 +0000 (17:08 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 6 Oct 2020 15:30:04 +0000 (17:30 +0200)
commit5ca07ed9d4b394934521d098bb6cce4c3188ad38
treea12dfdb38f818508cd83dc7c4fa65c8d29d62c46
parent7024ec2b24910f454a29efa4ab5e21d8e2a0adfb
zone: add vnet_update_hook

move verify_tag code in this hook
add mac address generation for simple && evpn plugin

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