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/ip/ip.t.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/py/ip/ip.t.json') diff --git a/tests/py/ip/ip.t.json b/tests/py/ip/ip.t.json index abd45ce7..d66e4264 100644 --- a/tests/py/ip/ip.t.json +++ b/tests/py/ip/ip.t.json @@ -123,7 +123,7 @@ # ip dscp vmap { cs1 : continue , cs4 : accept } counter [ { - "map": { + "vmap": { "left": { "payload": { "field": "dscp", @@ -1542,7 +1542,7 @@ # ip hdrlength vmap { 0-4 : drop, 5 : accept, 6 : continue } counter [ { - "map": { + "vmap": { "left": { "payload": { "field": "hdrlength", -- cgit v1.2.3