From 07b93e3008df81306ef4ed65b9c2c860b62caa7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Neira=20Ayuso?= Date: Wed, 31 Jul 2013 15:21:06 +0200 Subject: 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 Signed-off-by: Pablo Neira Ayuso --- tests/jsonfiles/01-table.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/jsonfiles/01-table.json') 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}} -- cgit v1.2.3