weizhouapache commented on issue #13521:
URL: https://github.com/apache/cloudstack/issues/13521#issuecomment-4852784710
@jms345
can you test the changes below with
/usr/share/cloudstack-common/scripts/vm/network/ovs-pvlan-kvm-vm.sh on the kvm
hosts ?
```
diff --git a/scripts/vm/network/ovs-pvlan-kvm-vm.sh
b/scripts/vm/network/ovs-pvlan-kvm-vm.sh
index b28dbda065e..c6db7ee4f1d 100755
--- a/scripts/vm/network/ovs-pvlan-kvm-vm.sh
+++ b/scripts/vm/network/ovs-pvlan-kvm-vm.sh
@@ -189,7 +189,8 @@ then
fi
# Accept from promiscuous
- ovs-ofctl add-flow $br
table=1,priority=70,dl_vlan=$pri_vlan,dl_dst=$vm_mac,actions=strip_vlan,output:$vm_port
+ ovs-ofctl add-flow $br
table=1,priority=70,vlan_tci=0x0000,dl_dst=$vm_mac,actions=output:$vm_port
+
# From others in our own community
if [ "$type" == "C" ]
then
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]