summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/include/dumps/0020include_chain_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/include/dumps/0020include_chain_0.nft')
-rw-r--r--tests/shell/testcases/include/dumps/0020include_chain_0.nft6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/include/dumps/0020include_chain_0.nft b/tests/shell/testcases/include/dumps/0020include_chain_0.nft
new file mode 100644
index 00000000..3ad6db14
--- /dev/null
+++ b/tests/shell/testcases/include/dumps/0020include_chain_0.nft
@@ -0,0 +1,6 @@
+table inet filter {
+ chain input2 {
+ type filter hook input priority filter; policy accept;
+ ip saddr 1.2.3.4 tcp dport { 22, 123, 443 } drop
+ }
+}