summaryrefslogtreecommitdiffstats
path: root/tests/jsonfiles/02-table.json
diff options
context:
space:
mode:
authorÁlvaro Neira Ayuso <alvaroneay@gmail.com>2013-08-09 13:13:14 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2013-08-09 13:27:19 +0200
commitadd2bc2068992daf520082c2765261227afd8f09 (patch)
tree5224e0fc94e1b254dc81ddf959665415787dfe49 /tests/jsonfiles/02-table.json
parent76a30eaecb210f1806031f873767798be5414c00 (diff)
src: json: delete unneeded JSON prefixes
This patch adapts JSON nodes to mimic current XML node tags. Signed-off-by: Alvaro Neira Ayuso Ayuso <alvaroneay@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/jsonfiles/02-table.json')
-rw-r--r--tests/jsonfiles/02-table.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jsonfiles/02-table.json b/tests/jsonfiles/02-table.json
index f1171a1..01eff74 100644
--- a/tests/jsonfiles/02-table.json
+++ b/tests/jsonfiles/02-table.json
@@ -1 +1 @@
-{"table" : {"name" : "filter2","family" : "ip6","table_flags" : 0}}
+{"table" : {"name" : "filter2","family" : "ip6","flags" : 0}}