Re: [ovs-discuss] Urgent Help needed: OVS 3.2.2 Strange TC DROPs

2024-04-23 Thread Gavin McKee via discuss
If you look at both traces (non working and working) the thing that stands out to me is this At line 10 in the working file the following entry exists ct_state NEW tcp (SYN_SENT) orig [172.27.16.11.38793 > 172.27.31.189.9100] reply [172.27.31.189.9100 > 172.27.16.11.38793] zone 195 his doesn'

Re: [ovs-discuss] [branch-2.16] ovn distributed gateway chassisredirect strip_vlan not taking effect with stt

2024-04-23 Thread aginwala via discuss
Hi: Data plane restores when cleaning up flows using ovs-dpctl del-flows and eventually all the flows catch up as flows added by ovn are intact. However, not sure what flow caused this as the issue pops up on ovs-vswitchd restarts and needs to be workaround by dpctl del-flows. Not sure if it's du