diff options
author | Álvaro Neira Ayuso <alvaroneay@gmail.com> | 2013-08-09 13:13:14 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2013-08-09 13:27:19 +0200 |
commit | add2bc2068992daf520082c2765261227afd8f09 (patch) | |
tree | 5224e0fc94e1b254dc81ddf959665415787dfe49 /tests/jsonfiles/02-table.json | |
parent | 76a30eaecb210f1806031f873767798be5414c00 (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.json | 2 |
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}} |