diff options
author | Fabian Frederick | 2020-08-23 20:15:37 +0200 |
---|---|---|
committer | Pablo Neira Ayuso | 2020-08-28 20:11:58 +0200 |
commit | da2f849e89ed621f3e0688ec5ba92725ed9f0f92 (patch) | |
tree | b3311df481c65a431cccfcc6e8637169892cc3fe /tools/testing | |
parent | ee921183557af39c1a0475f982d43b0fcac25e2e (diff) |
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/testing')
-rwxr-xr-x | tools/testing/selftests/netfilter/nft_flowtable.sh | 2 |
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 # |