aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools
diff options
context:
space:
mode:
authorFabian Frederick <fabf@skynet.be>2020-08-23 20:15:37 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2020-08-28 20:11:58 +0200
commitda2f849e89ed621f3e0688ec5ba92725ed9f0f92 (patch)
treeb3311df481c65a431cccfcc6e8637169892cc3fe /tools
parentnetfilter: nfnetlink: nfnetlink_unicast() reports EAGAIN instead of ENOBUFS (diff)
downloadwireguard-linux-da2f849e89ed621f3e0688ec5ba92725ed9f0f92.tar.xz
wireguard-linux-da2f849e89ed621f3e0688ec5ba92725ed9f0f92.zip
selftests: netfilter: fix header example
nft_flowtable.sh is made for bash not sh. Also give values which not return "RTNETLINK answers: Invalid argument" Signed-off-by: Fabian Frederick <fabf@skynet.be> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/testing/selftests/netfilter/nft_flowtable.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/netfilter/nft_flowtable.sh b/tools/testing/selftests/netfilter/nft_flowtable.sh
index a47d1d832210..28e32fddf9b2 100755
--- a/tools/testing/selftests/netfilter/nft_flowtable.sh
+++ b/tools/testing/selftests/netfilter/nft_flowtable.sh
@@ -11,7 +11,7 @@
# result in fragmentation and/or PMTU discovery.
#
# You can check with different Orgininator/Link/Responder MTU eg:
-# sh nft_flowtable.sh -o1000 -l500 -r100
+# nft_flowtable.sh -o8000 -l1500 -r2000
#