Hello,
The first two patches have been merged so this version has the remaining
two. Only the first of these two patches has changed since v3.
Summary of changes from v3 to v4:
- Drop merged patches.
- _vif_vlan_setup: Add comment that we delete vid 1 due to it being
automatically added.
- _vif_vlan_setup: Restructure to avoid using eval and simplify.
- _vif_vlan_membership: Add comment that we remove trailing spaces due
to readarray behaviour and change the code to do it only on the last
element of the array, prior to entering the loop.
- _vif_vlan_membership: Simplify the loop iterating through terms.
Regards,
Leigh.
---
Leigh Brown (2):
tools/hotplug/Linux: Add bridge VLAN support
tools/examples: Example Linux bridge VLAN config
docs/misc/linux-bridge-vlan/README | 68 +++++++++++++
docs/misc/linux-bridge-vlan/br0.netdev | 7 ++
docs/misc/linux-bridge-vlan/br0.network | 8 ++
docs/misc/linux-bridge-vlan/enp0s0.network | 16 +++
tools/hotplug/Linux/xen-network-common.sh | 109 +++++++++++++++++++++
5 files changed, 208 insertions(+)
create mode 100644 docs/misc/linux-bridge-vlan/README
create mode 100644 docs/misc/linux-bridge-vlan/br0.netdev
create mode 100644 docs/misc/linux-bridge-vlan/br0.network
create mode 100644 docs/misc/linux-bridge-vlan/enp0s0.network
--
2.39.2