[pve-devel] applied: [PATCH pve-network] zone: qinq: add vnet without tag support

Thomas Lamprecht t.lamprecht at proxmox.com
Wed May 5 08:26:14 CEST 2021


On 29.04.21 23:00, Alexandre Derumier wrote:
> some user want to be able to define a vnet without vlan,
> so at qinq zone level, to be able to see traffic from others vnets of this
> qinq zone.
> Some example of usage is a inter-vnet firewall/gateway vm.
> 
> Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
> ---
>  PVE/Network/SDN/Zones/QinQPlugin.pm           | 97 +++++++++----------
>  .../zones/qinq/bridge/expected_sdn_interfaces | 53 +++++++---
>  .../bridge_notagvnet/expected_sdn_interfaces  | 36 +++++++
>  test/zones/qinq/bridge_notagvnet/interfaces   |  5 +
>  test/zones/qinq/bridge_notagvnet/sdn_config   | 14 +++
>  .../bridge_vlanaware/expected_sdn_interfaces  | 24 ++++-
>  .../expected_sdn_interfaces                   | 27 ++++++
>  .../bridge_vlanaware_notagvnet/interfaces     |  7 ++
>  .../bridge_vlanaware_notagvnet/sdn_config     | 11 +++
>  .../expected_sdn_interfaces                   | 12 ++-
>  .../expected_sdn_interfaces                   | 12 ++-
>  .../expected_sdn_interfaces                   | 23 ++++-
>  .../expected_sdn_interfaces                   | 23 ++++-
>  test/zones/qinq/ovs/expected_sdn_interfaces   | 24 ++++-
>  .../ovs_notagvnet/expected_sdn_interfaces     | 37 +++++++
>  test/zones/qinq/ovs_notagvnet/interfaces      |  9 ++
>  test/zones/qinq/ovs_notagvnet/sdn_config      | 11 +++
>  .../ovs_vlanawarevnet/expected_sdn_interfaces | 12 ++-
>  .../ovs_vlanprotocol/expected_sdn_interfaces  | 12 ++-
>  19 files changed, 366 insertions(+), 83 deletions(-)
>  create mode 100644 test/zones/qinq/bridge_notagvnet/expected_sdn_interfaces
>  create mode 100644 test/zones/qinq/bridge_notagvnet/interfaces
>  create mode 100644 test/zones/qinq/bridge_notagvnet/sdn_config
>  create mode 100644 test/zones/qinq/bridge_vlanaware_notagvnet/expected_sdn_interfaces
>  create mode 100644 test/zones/qinq/bridge_vlanaware_notagvnet/interfaces
>  create mode 100644 test/zones/qinq/bridge_vlanaware_notagvnet/sdn_config
>  create mode 100644 test/zones/qinq/ovs_notagvnet/expected_sdn_interfaces
>  create mode 100644 test/zones/qinq/ovs_notagvnet/interfaces
>  create mode 100644 test/zones/qinq/ovs_notagvnet/sdn_config

applied, thanks!





More information about the pve-devel mailing list