summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t.json.output
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2018-08-29 16:23:26 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2018-08-30 12:19:36 +0200
commit8f6e1c37e3e74e1fd490a0de5360ff1467c521cd (patch)
treeb6dd7190edd587d228a80781efccd302e958c8bb /tests/py/any/ct.t.json.output
parent665da8df3cfaf482157b752f5de98c45038621c3 (diff)
JSON: Rename mangle statement properties
Instead of the generic "left" and "right", use "key" and "value". Signed-off-by: Phil Sutter <phil@nwl.cc> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'tests/py/any/ct.t.json.output')
-rw-r--r--tests/py/any/ct.t.json.output24
1 files changed, 12 insertions, 12 deletions
diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output
index eb11ecc4..8f0ca93c 100644
--- a/tests/py/any/ct.t.json.output
+++ b/tests/py/any/ct.t.json.output
@@ -348,12 +348,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "mark"
}
},
- "right": 4896
+ "value": 4896
}
}
]
@@ -362,12 +362,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "mark"
}
},
- "right": 17
+ "value": 17
}
}
]
@@ -376,12 +376,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "mark"
}
},
- "right": 19
+ "value": 19
}
}
]
@@ -390,12 +390,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "mark"
}
},
- "right": 17
+ "value": 17
}
}
]
@@ -608,12 +608,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "event"
}
},
- "right": "new"
+ "value": "new"
}
}
]
@@ -622,12 +622,12 @@
[
{
"mangle": {
- "left": {
+ "key": {
"ct": {
"key": "event"
}
},
- "right": 0
+ "value": 0
}
}
]