1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-18 06:03:39 +03:00
Ruben S. Montero 146dfe6a09
F #6669: Support for VLAN filtering and QinQ
This commit adds the following features using the vlan_filter
capabilities of the Linux Bridge:

* 802.1Q driver, support for QinQ. This is not a full implementation
  compared to the vSwitch as there is no native support in the linux
  bridge:
    - VLAN_ID is the (outer/C-VLAN) tag implemented by tagging the
      PHY_DEV interface
    - CVLANS are the customer tags, any other VLAN is filtered out in
      the bridge

* bridge driver, support for vlan filtering (VLAN_TAGGED_ID) only the
  specified tags are allowed in the trunk.

Additionally this commits includes linting of some files.

(cherry picked from commit e379bd66842dc4aa256e1c503ca425553d02bf9b)
2024-12-11 11:38:22 +01:00
..
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-09-02 17:15:09 +02:00
2024-12-09 01:40:40 +01:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2024-07-29 14:27:11 +02:00
2023-08-29 17:11:01 +02:00