summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/0002table_0
diff options
context:
space:
mode:
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"