summaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/netfilter/nf_nat_edemux.sh
AgeCommit message (Collapse)AuthorFilesLines
2022-01-06selftests: netfilter: switch to socat for tests using -q optionHangbin Liu1-5/+5
The nc cmd(nmap-ncat) that distributed with Fedora/Red Hat does not have option -q. This make some tests failed with: nc: invalid option -- 'q' Let's switch to socat which is far more dependable. Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Acked-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
2021-02-28selftests: netfilter: test nat port clash resolution interaction with tcp ↵Florian Westphal1-0/+99
early demux Convert Antonio Ojeas bug reproducer to a kselftest. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>