summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft')
-rw-r--r--tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft b/tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft
new file mode 100644
index 00000000..39198be1
--- /dev/null
+++ b/tests/shell/testcases/nft-f/dumps/0027split_chains_0.nft
@@ -0,0 +1,9 @@
+table inet filter {
+ chain x {
+ }
+
+ chain input {
+ type filter hook input priority filter; policy accept;
+ jump x
+ }
+}