summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0011sets_0.json-nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/listing/dumps/0011sets_0.json-nft')
-rw-r--r--tests/shell/testcases/listing/dumps/0011sets_0.json-nft1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/shell/testcases/listing/dumps/0011sets_0.json-nft b/tests/shell/testcases/listing/dumps/0011sets_0.json-nft
new file mode 100644
index 00000000..3dab33f4
--- /dev/null
+++ b/tests/shell/testcases/listing/dumps/0011sets_0.json-nft
@@ -0,0 +1 @@
+{"nftables": [{"metainfo": {"version": "VERSION", "release_name": "RELEASE_NAME", "json_schema_version": 1}}, {"table": {"family": "ip", "name": "nat", "handle": 1}}, {"chain": {"family": "ip", "table": "nat", "name": "test", "handle": 1}}, {"rule": {"family": "ip", "table": "nat", "chain": "test", "handle": 3, "expr": [{"match": {"op": "==", "left": {"payload": {"protocol": "tcp", "field": "dport"}}, "right": {"set": [123, 321]}}}]}}, {"table": {"family": "ip6", "name": "test", "handle": 2}}, {"chain": {"family": "ip6", "table": "test", "name": "test", "handle": 1}}, {"rule": {"family": "ip6", "table": "test", "chain": "test", "handle": 3, "expr": [{"match": {"op": "==", "left": {"payload": {"protocol": "udp", "field": "sport"}}, "right": {"set": [123, 321]}}}]}}, {"table": {"family": "arp", "name": "test_arp", "handle": 3}}, {"chain": {"family": "arp", "table": "test_arp", "name": "test", "handle": 1}}, {"rule": {"family": "arp", "table": "test_arp", "chain": "test", "handle": 3, "expr": [{"match": {"op": "==", "left": {"meta": {"key": "mark"}}, "right": {"set": [123, 321]}}}]}}, {"table": {"family": "bridge", "name": "test_bridge", "handle": 4}}, {"chain": {"family": "bridge", "table": "test_bridge", "name": "test", "handle": 1}}, {"rule": {"family": "bridge", "table": "test_bridge", "chain": "test", "handle": 3, "expr": [{"match": {"op": "==", "left": {"payload": {"protocol": "ip", "field": "daddr"}}, "right": {"set": ["1.1.1.1", "2.2.2.2"]}}}]}}, {"table": {"family": "inet", "name": "filter", "handle": 5}}, {"chain": {"family": "inet", "table": "filter", "name": "test", "handle": 1}}, {"rule": {"family": "inet", "table": "filter", "chain": "test", "handle": 3, "expr": [{"match": {"op": "==", "left": {"payload": {"protocol": "tcp", "field": "dport"}}, "right": {"set": [80, 443]}}}]}}]}