Make the switch ports access (only untagged traffic)

This commit is contained in:
Pim van Pelt
2023-05-03 20:53:14 +00:00
parent d48828ed21
commit d6ccaf5357
3 changed files with 9 additions and 1 deletions

View File

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