summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/listing/dumps/0018data_0.json-nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/listing/dumps/0018data_0.json-nft')
-rw-r--r--tests/shell/testcases/listing/dumps/0018data_0.json-nft29
1 files changed, 28 insertions, 1 deletions
diff --git a/tests/shell/testcases/listing/dumps/0018data_0.json-nft b/tests/shell/testcases/listing/dumps/0018data_0.json-nft
index 32afbdc0..211dcd30 100644
--- a/tests/shell/testcases/listing/dumps/0018data_0.json-nft
+++ b/tests/shell/testcases/listing/dumps/0018data_0.json-nft
@@ -1 +1,28 @@
-{"nftables": [{"metainfo": {"version": "VERSION", "release_name": "RELEASE_NAME", "json_schema_version": 1}}, {"table": {"family": "inet", "name": "filter", "handle": 0}}, {"map": {"family": "inet", "name": "ipmap", "table": "filter", "type": "ipv4_addr", "handle": 0, "map": "ipv4_addr"}}]}
+{
+ "nftables": [
+ {
+ "metainfo": {
+ "version": "VERSION",
+ "release_name": "RELEASE_NAME",
+ "json_schema_version": 1
+ }
+ },
+ {
+ "table": {
+ "family": "inet",
+ "name": "filter",
+ "handle": 0
+ }
+ },
+ {
+ "map": {
+ "family": "inet",
+ "name": "ipmap",
+ "table": "filter",
+ "type": "ipv4_addr",
+ "handle": 0,
+ "map": "ipv4_addr"
+ }
+ }
+ ]
+}