Re: [ovs-dev] [PATCH v2] datapath-windows: Fix GRE/VxLAN/STT Tunnel RX.

2022-06-21 Thread Alin-Gabriel Serdean
Applied on master! Thank you! Alin -Original Message- From: William Tu Sent: Monday, May 30, 2022 5:55 AM To: d...@openvswitch.org Cc: pweis...@vmware.com; Alin-Gabriel Serdean Subject: [PATCH v2] datapath-windows: Fix GRE/VxLAN/STT Tunnel RX. GRE/Vxlan/STT tunnel RX is broken due to

[ovs-dev] [PATCH v2] datapath-windows: Fix GRE/VxLAN/STT Tunnel RX.

2022-05-29 Thread William Tu
GRE/Vxlan/STT tunnel RX is broken due to incorrecly checking the 'tunKey->dst.si_family != AF_INET', which is actually set later after parsing the GRE header. Removing such chunk makes tunnel works. Fixes: edb2335861d6 ("datapath-windows: Add IPv6 Geneve tunnel support in Windows") Cc: Alin-Gabri