summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/udp.t.json
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/inet/udp.t.json
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/inet/udp.t.json')
-rw-r--r--tests/py/inet/udp.t.json8
1 files changed, 4 insertions, 4 deletions
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
}
}
]