[pve-devel] [PATCH pve-network 0/7] vlan|qinq : use bridge instead uplink-id

Alexandre Derumier aderumier at odiso.com
Mon Feb 10 17:26:03 CET 2020


This patch series remove the uplink-id option for vlan|qinq plugin,
and now use "bridge" options.

This will use an already local vmbr defined bridge.
This is working with vlan-aware bridge and also ovs bridge.


Alexandre Derumier (7):
  vlan/qinq: use bridge option instead uplink-id
  move status code to zone plugin
  vlanplugin: add status
  qinq plugin :add status
  api2: fix vnet status
  move mtu properties to zone
  add get_bridge_vlan

 PVE/API2/Network/SDN/Zones/Content.pm |   2 +-
 PVE/Network/SDN/VnetPlugin.pm         |   6 --
 PVE/Network/SDN/Zones.pm              |  55 ++++++++------
 PVE/Network/SDN/Zones/EvpnPlugin.pm   |   3 +-
 PVE/Network/SDN/Zones/FaucetPlugin.pm |   2 +-
 PVE/Network/SDN/Zones/Plugin.pm       |  40 ++++++++++
 PVE/Network/SDN/Zones/QinQPlugin.pm   | 104 +++++++++++++++-----------
 PVE/Network/SDN/Zones/VlanPlugin.pm   |  58 +++++++-------
 PVE/Network/SDN/Zones/VxlanPlugin.pm  |   3 +-
 test/documentation.txt                |   8 +-
 10 files changed, 174 insertions(+), 107 deletions(-)

-- 
2.20.1




More information about the pve-devel mailing list