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