]> git.proxmox.com Git - pve-network.git/commit
rename plugins with controllers
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 30 Sep 2019 09:03:37 +0000 (11:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 17:25:49 +0000 (19:25 +0200)
commit0193ebe5e5a04bbfd98430c6f41cb31eb5774387
tree3e8e266959a18be841c7ba8db36d9e40aca76054
parentfa609bdd13eada39f1d709466af57399fe3b69ed
rename plugins with controllers

For true sdn, We have 2 plugins, 1 for dataplane (switch), 1 for controlplane (controller)

rename:

- Frr to EvpnController
- Faucet to FaucetController
- OvsFaucet to Faucet

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Network/SDN.pm
PVE/Network/SDN.pm
PVE/Network/SDN/EvpnControllerPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/FaucetControllerPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/FaucetPlugin.pm
PVE/Network/SDN/FrrPlugin.pm [deleted file]
PVE/Network/SDN/Makefile
PVE/Network/SDN/OVSFaucetPlugin.pm [deleted file]
test/documentation.txt