summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0002table_0
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2020-07-14 18:34:59 +0200
committerFlorian Westphal <fw@strlen.de>2020-07-18 15:28:01 +0200
commit675af9a9ba4effb2aa74ebbbe96f0fa4e2025a49 (patch)
treea60dc36e349886fbce80fd4ce4acafcdd505c0bc /tests/shell/testcases/transactions/0002table_0
parent73605785cfc2a1928ddea3e2e675b460b27acd66 (diff)
tests: extend existing dormat test case to catch a kernel bug
This is a test case for the kernel bug fixed by: netfilter: nf_tables: fix nat hook table deletion Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests/shell/testcases/transactions/0002table_0')
-rwxr-xr-xtests/shell/testcases/transactions/0002table_01
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shell/testcases/transactions/0002table_0 b/tests/shell/testcases/transactions/0002table_0
index 246b1092..c5f31a6f 100755
--- a/tests/shell/testcases/transactions/0002table_0
+++ b/tests/shell/testcases/transactions/0002table_0
@@ -5,6 +5,7 @@ set -e
RULESET="add table x
delete table x
add table x
+add chain x y { type nat hook prerouting priority 0; policy accept; }
add table x { flags dormant; }"
$NFT -f - <<< "$RULESET"