[pve-devel] [PATCH pve-network 0/2] fix && network transport api
Alexandre Derumier
aderumier at odiso.com
Tue Apr 2 12:09:08 CEST 2019
- Add a small fix on vlanplugin vlan-aware option
- Implement network transport api
Alexandre Derumier (2):
vlanplugin : fix vlan-aware option
add network transport api
PVE/API2/Makefile | 5 +
PVE/API2/Network/Makefile | 8 ++
PVE/API2/Network/Transport.pm | 235 ++++++++++++++++++++++++++++++++++++
PVE/Makefile | 1 +
PVE/Network/Plugin.pm | 9 +-
PVE/Network/Transport.pm | 62 ++++++++++
PVE/Network/VlanPlugin.pm | 9 +-
PVE/Network/VxlanMulticastPlugin.pm | 2 +-
8 files changed, 322 insertions(+), 9 deletions(-)
create mode 100644 PVE/API2/Makefile
create mode 100644 PVE/API2/Network/Makefile
create mode 100644 PVE/API2/Network/Transport.pm
create mode 100644 PVE/Network/Transport.pm
--
2.11.0
More information about the pve-devel
mailing list