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/numgen.t.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/py/ip/numgen.t.json') diff --git a/tests/py/ip/numgen.t.json b/tests/py/ip/numgen.t.json index 70514abb..5318a0f5 100644 --- a/tests/py/ip/numgen.t.json +++ b/tests/py/ip/numgen.t.json @@ -43,13 +43,13 @@ "dnat": { "addr": { "map": { - "left": { + "key": { "numgen": { "mod": 2, "mode": "inc" } }, - "right": { + "data": { "set": [ [ 0, @@ -73,13 +73,13 @@ "dnat": { "addr": { "map": { - "left": { + "key": { "numgen": { "mod": 10, "mode": "inc" } }, - "right": { + "data": { "set": [ [ { "range": [ 0, 5 ] }, -- cgit v1.2.3