From 665da8df3cfaf482157b752f5de98c45038621c3 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 29 Aug 2018 16:23:25 +0200 Subject: JSON: Rename (v)map expression properties Change the rather generic "left" and "right" into "key" and "data" as suggested at NFWS. Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/ip/dnat.t.json.output | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/py/ip/dnat.t.json.output') diff --git a/tests/py/ip/dnat.t.json.output b/tests/py/ip/dnat.t.json.output index e1727063..4f2c6dfc 100644 --- a/tests/py/ip/dnat.t.json.output +++ b/tests/py/ip/dnat.t.json.output @@ -4,12 +4,12 @@ "dnat": { "addr": { "map": { - "left": { + "key": { "ct": { "key": "mark" } }, - "right": { + "data": { "set": [ [ 20, @@ -29,7 +29,7 @@ "dnat": { "addr": { "map": { - "left": { + "key": { "concat": [ { "ct": { @@ -44,7 +44,7 @@ } ] }, - "right": { + "data": { "set": [ [ { -- cgit v1.2.3