]> git.proxmox.com Git - pve-network.git/commit
add faucet sdn controller plugins
authorAlexandre Derumier <aderumier@odiso.com>
Mon, 30 Sep 2019 09:03:34 +0000 (11:03 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 17 Oct 2019 17:25:49 +0000 (19:25 +0200)
commitad03c5436809fc63c48d4a7969383f2a02a18fe2
tree5fa570b425248a53fa197ac4e33f7af44b0759d7
parent0589eb09129e8e81dbb15dd98e06b915ec90a722
add faucet sdn controller plugins

1 plugin for controller, 1 plugin for dataplane

This is not 100% complete, but it's a proof of concept
to test differents sdn controller

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/API2/Network/SDN.pm
PVE/Network/SDN.pm
PVE/Network/SDN/FaucetPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Makefile
PVE/Network/SDN/OVSFaucetPlugin.pm [new file with mode: 0644]
PVE/Network/SDN/Plugin.pm