From 8f6e1c37e3e74e1fd490a0de5360ff1467c521cd Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Wed, 29 Aug 2018 16:23:26 +0200 Subject: JSON: Rename mangle statement properties Instead of the generic "left" and "right", use "key" and "value". Signed-off-by: Phil Sutter Signed-off-by: Pablo Neira Ayuso --- tests/py/arp/arp.t.json | 4 ++-- tests/py/arp/arp.t.json.output | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/py/arp') diff --git a/tests/py/arp/arp.t.json b/tests/py/arp/arp.t.json index 49f5c2ca..7f5c3ca2 100644 --- a/tests/py/arp/arp.t.json +++ b/tests/py/arp/arp.t.json @@ -861,14 +861,14 @@ }, { "mangle": { - "left": { + "key": { "payload": { "base": "nh", "len": 48, "offset": 144 } }, - "right": "0x112233445566" + "value": "0x112233445566" } } ] diff --git a/tests/py/arp/arp.t.json.output b/tests/py/arp/arp.t.json.output index 295d05fa..7ee4dbfa 100644 --- a/tests/py/arp/arp.t.json.output +++ b/tests/py/arp/arp.t.json.output @@ -132,14 +132,14 @@ }, { "mangle": { - "left": { + "key": { "payload": { "base": "nh", "len": 48, "offset": 144 } }, - "right": 18838586676582 + "value": 18838586676582 } } ] -- cgit v1.2.3