Make the switch ports access (only untagged traffic)
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
LAB=${LAB:=0}
|
||||
for node in 0 1 2 3; do
|
||||
for int in 0 1 2 3; do
|
||||
ovs-vsctl set port vpp${LAB}-${node}-${int} vlan_mode=native-untagged
|
||||
ovs-vsctl set port vpp${LAB}-${node}-${int} vlan_mode=access
|
||||
done
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user