[pve-devel] [PATCH pve-network 0/3] add simple zone plugin

Alexandre Derumier aderumier at odiso.com
Wed Jul 1 09:10:35 CEST 2020


This add a new simple plugin, to create standalone/isolated
bridge without any vlan tag.
This can be used for routed setup or NAT bridge (I'll look 
to implemented NAT with subnets)

Tag is now optionnal, and tag value is checked in zone plugin
now.

Alexandre Derumier (3):
  add simple plugin
  vnet: make tag optional and verify value in zone plugins
  cleanup code with wrong copy/paste from Storage

 PVE/API2/Network/SDN/Vnets.pm         | 15 ++++++
 PVE/API2/Network/SDN/Zones.pm         |  3 +-
 PVE/API2/Network/SDN/Zones/Content.pm |  1 -
 PVE/Network/SDN/VnetPlugin.pm         |  5 +-
 PVE/Network/SDN/Zones.pm              |  2 +
 PVE/Network/SDN/Zones/EvpnPlugin.pm   |  7 +++
 PVE/Network/SDN/Zones/Makefile        |  2 +-
 PVE/Network/SDN/Zones/Plugin.pm       |  5 ++
 PVE/Network/SDN/Zones/QinQPlugin.pm   |  8 +++
 PVE/Network/SDN/Zones/SimplePlugin.pm | 77 +++++++++++++++++++++++++++
 PVE/Network/SDN/Zones/VlanPlugin.pm   |  8 +++
 PVE/Network/SDN/Zones/VxlanPlugin.pm  |  8 +++
 12 files changed, 136 insertions(+), 5 deletions(-)
 create mode 100644 PVE/Network/SDN/Zones/SimplePlugin.pm

-- 
2.20.1




More information about the pve-devel mailing list