]> git.proxmox.com Git - pve-network.git/commit
rename PVE::Network::Network to PVE::Network::SDN
authorAlexandre Derumier <aderumier@odiso.com>
Fri, 7 Jun 2019 04:52:13 +0000 (06:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 12 Jun 2019 04:54:36 +0000 (06:54 +0200)
commit86d22462d91b1d6dc533c89e81e8ada695628272
tree9a72e9383e0882b16e50e586e554d3b9f702a10b
parentcf5816ef42af03a467b89894ee49aec985abdd37
rename PVE::Network::Network to PVE::Network::SDN

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
18 files changed:
PVE/API2/Network/Makefile
PVE/API2/Network/Network.pm [deleted file]
PVE/API2/Network/SDN.pm [new file with mode: 0644]
PVE/Network/Makefile
PVE/Network/Network.pm [deleted file]
PVE/Network/Network/Makefile [deleted file]
PVE/Network/Network/Plugin.pm [deleted file]
PVE/Network/Network/VlanPlugin.pm [deleted file]
PVE/Network/Network/VnetPlugin.pm [deleted file]
PVE/Network/Network/VxlanMulticastPlugin.pm [deleted file]
PVE/Network/SDN.pm [new file with mode: 0644]
PVE/Network/SDN/Makefile [new file with mode: 0644]
PVE/Network/SDN/Plugin.pm [new file with mode: 0644]
PVE/Network/SDN/VlanPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/VnetPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/VxlanMulticastPlugin.pm [new file with mode: 0644]
test/generateconfig.pl
test/statuscheck.pl