1
0
Fork 0
alistair23-linux/tools/testing/selftests/netfilter
Florian Westphal b72860fb43 selftests: netfilter: use randomized netns names
[ Upstream commit 5a2e6af818 ]

Using ns0, ns1, etc. isn't a good idea, they might exist already.
Use a random suffix.

Also, older nft versions don't support "-" as alias for stdin, so
use /dev/stdin instead.

Signed-off-by: Florian Westphal <fw@strlen.de>
Acked-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2020-01-12 12:21:15 +01:00
..
Makefile selftests: netfilter: add flowtable test script 2019-05-22 10:56:11 +02:00
bridge_brouter.sh selftests: netfilter: add ebtables broute test case 2019-04-12 01:45:58 +02:00
config selftests: netfilter: fix config fragment CONFIG_NF_TABLES_INET 2019-02-04 14:21:02 +01:00
conntrack_icmp_related.sh selftests: netfilter: check icmp pkttoobig errors are set as related 2019-04-13 14:52:57 +02:00
nft_flowtable.sh selftests: netfilter: extend flowtable test script for ipsec 2019-08-05 11:29:50 +02:00
nft_nat.sh selftests: netfilter: use randomized netns names 2020-01-12 12:21:15 +01:00
nft_trans_stress.sh