summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6/meta.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6/meta.t.json')
-rw-r--r--tests/py/ip6/meta.t.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/py/ip6/meta.t.json b/tests/py/ip6/meta.t.json
index cc800062..176ef0f5 100644
--- a/tests/py/ip6/meta.t.json
+++ b/tests/py/ip6/meta.t.json
@@ -18,7 +18,7 @@
{
"match": {
"left": {
- "meta": "l4proto"
+ "meta": { "key": "l4proto" }
},
"right": "ipv6-icmp"
}
@@ -41,7 +41,7 @@
{
"match": {
"left": {
- "meta": "l4proto"
+ "meta": { "key": "l4proto" }
},
"right": "icmp"
}
@@ -64,7 +64,7 @@
{
"match": {
"left": {
- "meta": "l4proto"
+ "meta": { "key": "l4proto" }
},
"right": 1
}