Allow any number of VLAN tags (which in practice, still means only 2)

This commit is contained in:
Pim van Pelt
2024-02-06 11:10:39 +00:00
parent a49c4519e1
commit f1a51505c3

View File

@ -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