summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/udp.t.json
diff options
context:
space:
mode:
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
}
}
]