summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0011sets_0.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/listing/dumps/0011sets_0.nft')
-rw-r--r--tests/shell/testcases/listing/dumps/0011sets_0.nft25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/shell/testcases/listing/dumps/0011sets_0.nft b/tests/shell/testcases/listing/dumps/0011sets_0.nft
new file mode 100644
index 00000000..4d0aeaf3
--- /dev/null
+++ b/tests/shell/testcases/listing/dumps/0011sets_0.nft
@@ -0,0 +1,25 @@
+table ip nat {
+ chain test {
+ tcp dport { 123, 321 }
+ }
+}
+table ip6 test {
+ chain test {
+ udp sport { 123, 321 }
+ }
+}
+table arp test_arp {
+ chain test {
+ meta mark { 0x0000007b, 0x00000141 }
+ }
+}
+table bridge test_bridge {
+ chain test {
+ ip daddr { 1.1.1.1, 2.2.2.2 }
+ }
+}
+table inet filter {
+ chain test {
+ tcp dport { 80, 443 }
+ }
+}