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/inet/fib.t.json.output | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/py/inet/fib.t.json.output') diff --git a/tests/py/inet/fib.t.json.output b/tests/py/inet/fib.t.json.output index b06e488a..52cd46bc 100644 --- a/tests/py/inet/fib.t.json.output +++ b/tests/py/inet/fib.t.json.output @@ -2,7 +2,7 @@ [ { "vmap": { - "left": { + "key": { "fib": { "flags": [ "daddr", @@ -11,7 +11,7 @@ "result": "type" } }, - "right": { + "data": { "set": [ [ "unicast", -- cgit v1.2.3