summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0002table_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/transactions/dumps/0002table_0.nft')
-rw-r--r--tests/shell/testcases/transactions/dumps/0002table_0.nft4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/shell/testcases/transactions/dumps/0002table_0.nft b/tests/shell/testcases/transactions/dumps/0002table_0.nft
index 6eb70726..429cbc34 100644
--- a/tests/shell/testcases/transactions/dumps/0002table_0.nft
+++ b/tests/shell/testcases/transactions/dumps/0002table_0.nft
@@ -1,3 +1,7 @@
table ip x {
flags dormant
+
+ chain y {
+ type nat hook prerouting priority filter; policy accept;
+ }
}