jms345 commented on issue #13521:
URL: https://github.com/apache/cloudstack/issues/13521#issuecomment-4854154685
Tried that but no luck -
```
root@hv2:/usr/share/cloudstack-common/scripts/vm/network# ovs-ofctl
dump-flows cloudbr1 | grep "dl_vlan=301"
cookie=0x0, duration=339.408s, table=0, n_packets=18, n_bytes=1152,
idle_age=24, priority=200,arp,dl_vlan=301,arp_tpa=172.30.12.70
actions=strip_vlan,resubmit(,1)
cookie=0x0, duration=339.395s, table=0, n_packets=2, n_bytes=692,
idle_age=282, priority=100,udp,dl_vlan=301,nw_dst=255.255.255.255,tp_dst=67
actions=strip_vlan,resubmit(,1)
cookie=0x0, duration=339.322s, table=0, n_packets=0, n_bytes=0,
idle_age=339, priority=70,dl_vlan=301,dl_dst=1e:01:26:00:00:c2
actions=strip_vlan,resubmit(,1)
cookie=0x0, duration=296.191s, table=0, n_packets=6, n_bytes=384,
idle_age=21, priority=70,dl_vlan=301,dl_dst=1e:01:ac:00:00:c3
actions=strip_vlan,resubmit(,1)
cookie=0x0, duration=295.965s, table=0, n_packets=1, n_bytes=64,
idle_age=277, priority=70,dl_vlan=301,dl_dst=ff:ff:ff:ff:ff:ff
actions=strip_vlan,group:301
cookie=0x0, duration=295.958s, table=1, n_packets=0, n_bytes=0,
idle_age=339, priority=70,dl_vlan=301,dl_dst=ff:ff:ff:ff:ff:ff
actions=strip_vlan,group:4397
root@hv2:/usr/share/cloudstack-common/scripts/vm/network# ovs-ofctl
dump-flows cloudbr1 | grep "vlan_tci=0x0000"
cookie=0x0, duration=406.444s, table=1, n_packets=16, n_bytes=1024,
idle_age=12, priority=70,vlan_tci=0x0000,dl_dst=1e:01:26:00:00:c2
actions=output:3
cookie=0x0, duration=363.312s, table=1, n_packets=7, n_bytes=448,
idle_age=30, priority=70,vlan_tci=0x0000,dl_dst=1e:01:ac:00:00:c3
actions=output:7
root@hv2:/usr/share/cloudstack-common/scripts/vm/network# ovs-ofctl add-flow
cloudbr1 "table=1,priority=80,dl_dst=1e:01:ac:00:00:c3,actions=output:7"
```
the mac address of the VM is 1e:01:ac:00:00:c3 so relevant lines -
```
cookie=0x0, duration=296.191s, table=0, n_packets=6, n_bytes=384,
idle_age=21, priority=70,dl_vlan=301,dl_dst=1e:01:ac:00:00:c3
actions=strip_vlan,resubmit(,1)
cookie=0x0, duration=363.312s, table=1, n_packets=7, n_bytes=448,
idle_age=30, priority=70,vlan_tci=0x0000,dl_dst=1e:01:ac:00:00:c3
actions=output:7
```
which looks better to me but still unable to ping gateway IP.
--
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]