Allow any number of VLAN tags (which in practice, still means only 2)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user