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/inet/udp.t.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests/py/inet/udp.t.json') diff --git a/tests/py/inet/udp.t.json b/tests/py/inet/udp.t.json index 896d20d8..5ea073d7 100644 --- a/tests/py/inet/udp.t.json +++ b/tests/py/inet/udp.t.json @@ -694,13 +694,13 @@ }, { "mangle": { - "left": { + "key": { "payload": { "field": "checksum", "protocol": "udp" } }, - "right": 0 + "value": 0 } } ] @@ -717,13 +717,13 @@ }, { "mangle": { - "left": { + "key": { "payload": { "field": "dport", "protocol": "udp" } }, - "right": 65535 + "value": 65535 } } ] -- cgit v1.2.3