From d4bd008be257cc95b2e9625cc5506b9e925c766d Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Fri, 8 Jun 2018 17:27:13 +0200 Subject: JSON: Call verdict maps 'vmap' in JSON as well This way JSON format is more consistent with the standard one. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/any/ct.t.json | 2 +- tests/py/any/ct.t.json.output | 2 +- tests/py/any/meta.t.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/py/any') diff --git a/tests/py/any/ct.t.json b/tests/py/any/ct.t.json index 3ec00ab3..e393e524 100644 --- a/tests/py/any/ct.t.json +++ b/tests/py/any/ct.t.json @@ -1009,7 +1009,7 @@ # ct state . ct mark vmap { new . 0x12345678 : drop} [ { - "map": { + "vmap": { "left": { "concat": [ { diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output index ce33a681..f6b6a907 100644 --- a/tests/py/any/ct.t.json.output +++ b/tests/py/any/ct.t.json.output @@ -570,7 +570,7 @@ # ct state . ct mark vmap { new . 0x12345678 : drop} [ { - "map": { + "vmap": { "left": { "concat": [ { diff --git a/tests/py/any/meta.t.json b/tests/py/any/meta.t.json index ae745078..7aea79eb 100644 --- a/tests/py/any/meta.t.json +++ b/tests/py/any/meta.t.json @@ -2361,7 +2361,7 @@ # meta iif . meta oif vmap { "lo" . "lo" : drop } [ { - "map": { + "vmap": { "left": { "concat": [ { -- cgit v1.2.3