Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
system-traffic: Replace wget with curl for negative and ftp tests.
Some distributions, such as Fedora, have replaced wget with wget2, which, according to its authors, does not have feature parity with wget. This patch replaces unsupported use cases, such as negative timeouts and FTP, with `curl`, as these features are not fully supported/functioning in `wget2`. Userspace conntrack doesn’t support Extended Passive Mode (EPSV) or Extended Port Mode (EPRT), both of which are defaults for cURL. Therefore, we disabled these modes. Signed-off-by: Eelco Chaudron <echaudro@redhat.com> Acked-by: Simon Horman <horms@ovn.org>
- Loading branch information