On 8/6/25 10:38 PM, Mike Pattrick via dev wrote:
> Recent versions of Curl combine the EPSV and EPRT commands with IPv4
> connections instead of the PASV and PORT commands. EPSV and EPRT were
> added to FTP for IPv6 support but these commands also support IPv4. Most
> software still uses the old PASV and PORT commands in IPv4 connections
> but recent versions of curl will default to EPSV and EPRT for all
> connections. This patch adds support for these extended commands, and
> added tests for both with and without them.
> 
> Reported-at: https://issues.redhat.com/browse/FDP-907
> Reported-by: Eelco Chaudron <echau...@redhat.com>
> Signed-off-by: Mike Pattrick <m...@redhat.com>
> ---
>  NEWS                          |   3 +
>  lib/conntrack.c               | 189 +++++++++++++++++++++++-----------
>  tests/system-common-macros.at |   4 +-
>  tests/system-traffic.at       |  10 +-
>  4 files changed, 142 insertions(+), 64 deletions(-)
> 
> diff --git a/NEWS b/NEWS
> index b5d565ecc..72782f9cf 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -48,6 +48,9 @@ v3.6.0 - xx xxx xxxx
>       the OVS distribution in the 3.0 release and is no longer present in
>       any supported versions of OVS. The remaining documentation of this
>       kernel module relates to topics for older releases of OVS.
> +   - Userspace datapath:
> +     * Conntrack now supports the FTP commands EPSV and EPRT with IPv4
> +       connections, instead of limiting these commands to IPv6 only.

Note: this entry should be in the Post-v3.6.0 section instead.

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to