summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/0003jump_loop_1
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/chains/0003jump_loop_1')
-rwxr-xr-xtests/shell/testcases/chains/0003jump_loop_13
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/shell/testcases/chains/0003jump_loop_1 b/tests/shell/testcases/chains/0003jump_loop_1
index 80e243f0..1a8eaf68 100755
--- a/tests/shell/testcases/chains/0003jump_loop_1
+++ b/tests/shell/testcases/chains/0003jump_loop_1
@@ -5,8 +5,9 @@ set -e
MAX_JUMPS=16
$NFT add table t
+$NFT "add chain t c1 { type filter hook prerouting priority 0; }"
-for i in $(seq 1 $MAX_JUMPS)
+for i in $(seq 2 $MAX_JUMPS)
do
$NFT add chain t c${i}
done