From f1a51505c3fb96edf1585c468f66e23458355daa Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Tue, 6 Feb 2024 11:10:39 +0000 Subject: [PATCH] Allow any number of VLAN tags (which in practice, still means only 2) --- overlays/_common/ovs-config.sh.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlays/_common/ovs-config.sh.j2 b/overlays/_common/ovs-config.sh.j2 index 1c1e664..29605d6 100755 --- a/overlays/_common/ovs-config.sh.j2 +++ b/overlays/_common/ovs-config.sh.j2 @@ -24,8 +24,8 @@ ovs-vsctl add port vpp${LAB}-2-0 tag 21 ovs-vsctl add port vpp${LAB}-2-1 tag 22 ovs-vsctl add port vpp${LAB}-3-0 tag 22 -# Enable QinQ by allowing 2 VLANs to be stacked -ovs-vsctl set Open_vSwitch . other_config:vlan-limit=2 +# Enable QinQ by allowing any amount of VLANs to be stacked +ovs-vsctl set Open_vSwitch . other_config:vlan-limit=0 ## Wire host${LAB}-0-[0123] to e2 of all VPP machines ovs-vsctl set port vpp${LAB}-0-2 vlan_mode=dot1q-tunnel tag=30