]> git.proxmox.com Git - pve-network.git/commit
split transport/controllers/vnet to separate plugins
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 26 Nov 2019 09:00:16 +0000 (10:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 26 Nov 2019 11:33:40 +0000 (12:33 +0100)
commitf5eabba018956d5599edbc1578365bb15615ee26
tree37fdbd7958cc98855c35ed627a37987c2d4d6976
parent5645bbd1952f57ff5daeabbc90a9950c0088630b
split transport/controllers/vnet to separate plugins

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
26 files changed:
PVE/Network/SDN.pm
PVE/Network/SDN/Controllers.pm [new file with mode: 0644]
PVE/Network/SDN/Controllers/FaucetPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Controllers/FrrEvpnPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Controllers/Makefile [new file with mode: 0644]
PVE/Network/SDN/Controllers/Plugin.pm [new file with mode: 0644]
PVE/Network/SDN/EvpnControllerPlugin.pm [deleted file]
PVE/Network/SDN/EvpnPlugin.pm [deleted file]
PVE/Network/SDN/FaucetControllerPlugin.pm [deleted file]
PVE/Network/SDN/FaucetPlugin.pm [deleted file]
PVE/Network/SDN/Makefile
PVE/Network/SDN/Plugin.pm [deleted file]
PVE/Network/SDN/QinQPlugin.pm [deleted file]
PVE/Network/SDN/VlanPlugin.pm [deleted file]
PVE/Network/SDN/VnetPlugin.pm
PVE/Network/SDN/Vnets.pm [new file with mode: 0644]
PVE/Network/SDN/VxlanPlugin.pm [deleted file]
PVE/Network/SDN/Zones.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/EvpnPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/FaucetPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/Makefile [new file with mode: 0644]
PVE/Network/SDN/Zones/Plugin.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/QinQPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/VlanPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Zones/VxlanPlugin.pm [new file with mode: 0644]
test/generateconfig.pl