diff mbox series

[V2,1/5,nf] selftests: netfilter: fix header example

Message ID 20200823181537.13254-1-fabf@skynet.be
State Awaiting Upstream
Delegated to: David Miller
Headers show
Series [V2,1/5,nf] selftests: netfilter: fix header example | expand

Commit Message

Fabian Frederick Aug. 23, 2020, 6:15 p.m. UTC
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>
---
V2 = V1

 tools/testing/selftests/netfilter/nft_flowtable.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Pablo Neira Ayuso Aug. 28, 2020, 4:36 p.m. UTC | #1
On Sun, Aug 23, 2020 at 08:15:37PM +0200, Fabian Frederick wrote:
> nft_flowtable.sh is made for bash not sh.
> Also give values which not return "RTNETLINK answers: Invalid
> argument"

Series from 1 to 5 is applied.
diff mbox series

Patch

diff --git a/tools/testing/selftests/netfilter/nft_flowtable.sh b/tools/testing/selftests/netfilter/nft_flowtable.sh
index a47d1d8322104..28e32fddf9b2c 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
 #