summaryrefslogtreecommitdiffstats
path: root/tests/jsonfiles/01-table.json
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <alvaroneay@gmail.com>2013-07-31 15:21:06 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-07-31 16:43:53 +0200
commit07b93e3008df81306ef4ed65b9c2c860b62caa7d (patch)
tree82cf22da90b6f534035a7ce1e6926f65412c5dc9 /tests/jsonfiles/01-table.json
parent03e3740d654e1e14ccfb8dbfaba605ae72067ef6 (diff)
table: remove the properties node in Json output
I have removed the properties node from table because it provides no relevant information. Signed-off-by: Alvaro Neira Ayuso <alvaroneay@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/jsonfiles/01-table.json')
-rw-r--r--tests/jsonfiles/01-table.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonfiles/01-table.json b/tests/jsonfiles/01-table.json
index 9afc014..a5ba38b 100644
--- a/tests/jsonfiles/01-table.json
+++ b/tests/jsonfiles/01-table.json
@@ -1 +1 @@
-{"table" : {"name" : "filter","properties" : {"family" : "ip","table_flags" : 0}}}
+{"table" : {"name" : "filter","family" : "ip","table_flags" : 0}}