summaryrefslogtreecommitdiffstats
path: root/tests/py/ip6
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip6')
-rw-r--r--tests/py/ip6/ether.t.json2
-rw-r--r--tests/py/ip6/flowtable.t.json4
-rw-r--r--tests/py/ip6/flowtable.t.json.output4
-rw-r--r--tests/py/ip6/ip6.t.json18
-rw-r--r--tests/py/ip6/ip6.t.json.output2
-rw-r--r--tests/py/ip6/map.t.json2
-rw-r--r--tests/py/ip6/map.t.json.output2
-rw-r--r--tests/py/ip6/masquerade.t.json6
-rw-r--r--tests/py/ip6/meta.t.json6
-rw-r--r--tests/py/ip6/redirect.t.json2
-rw-r--r--tests/py/ip6/reject.t.json2
-rw-r--r--tests/py/ip6/reject.t.json.output2
12 files changed, 26 insertions, 26 deletions
diff --git a/tests/py/ip6/ether.t.json b/tests/py/ip6/ether.t.json
index f2d2f6d0..7de30481 100644
--- a/tests/py/ip6/ether.t.json
+++ b/tests/py/ip6/ether.t.json
@@ -14,7 +14,7 @@
{
"match": {
"left": {
- "meta": "iiftype"
+ "meta": { "key": "iiftype" }
},
"right": "ether"
}
diff --git a/tests/py/ip6/flowtable.t.json b/tests/py/ip6/flowtable.t.json
index ef33f74d..be4dca67 100644
--- a/tests/py/ip6/flowtable.t.json
+++ b/tests/py/ip6/flowtable.t.json
@@ -8,7 +8,7 @@
"val": {
"concat": [
{
- "meta": "iif"
+ "meta": { "key": "iif" }
},
{
"payload": {
@@ -45,7 +45,7 @@
}
},
{
- "meta": "iif"
+ "meta": { "key": "iif" }
}
]
}
diff --git a/tests/py/ip6/flowtable.t.json.output b/tests/py/ip6/flowtable.t.json.output
index ef33f74d..be4dca67 100644
--- a/tests/py/ip6/flowtable.t.json.output
+++ b/tests/py/ip6/flowtable.t.json.output
@@ -8,7 +8,7 @@
"val": {
"concat": [
{
- "meta": "iif"
+ "meta": { "key": "iif" }
},
{
"payload": {
@@ -45,7 +45,7 @@
}
},
{
- "meta": "iif"
+ "meta": { "key": "iif" }
}
]
}
diff --git a/tests/py/ip6/ip6.t.json b/tests/py/ip6/ip6.t.json
index 272ef0d0..925789cd 100644
--- a/tests/py/ip6/ip6.t.json
+++ b/tests/py/ip6/ip6.t.json
@@ -1409,7 +1409,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1432,7 +1432,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1455,7 +1455,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1478,7 +1478,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1501,7 +1501,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1524,7 +1524,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1547,7 +1547,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1570,7 +1570,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
@@ -1593,7 +1593,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
diff --git a/tests/py/ip6/ip6.t.json.output b/tests/py/ip6/ip6.t.json.output
index 6f983533..d72f3d18 100644
--- a/tests/py/ip6/ip6.t.json.output
+++ b/tests/py/ip6/ip6.t.json.output
@@ -341,7 +341,7 @@
{
"match": {
"left": {
- "meta": "iif"
+ "meta": { "key": "iif" }
},
"right": "lo"
}
diff --git a/tests/py/ip6/map.t.json b/tests/py/ip6/map.t.json
index c8c4f712..3dff018a 100644
--- a/tests/py/ip6/map.t.json
+++ b/tests/py/ip6/map.t.json
@@ -3,7 +3,7 @@
{
"mangle": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": {
"map": {
diff --git a/tests/py/ip6/map.t.json.output b/tests/py/ip6/map.t.json.output
index 3eecf13b..c1baf0cc 100644
--- a/tests/py/ip6/map.t.json.output
+++ b/tests/py/ip6/map.t.json.output
@@ -3,7 +3,7 @@
{
"mangle": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": {
"map": {
diff --git a/tests/py/ip6/masquerade.t.json b/tests/py/ip6/masquerade.t.json
index a54761d3..8191ce51 100644
--- a/tests/py/ip6/masquerade.t.json
+++ b/tests/py/ip6/masquerade.t.json
@@ -249,7 +249,7 @@
{
"match": {
"left": {
- "meta": "l4proto"
+ "meta": { "key": "l4proto" }
},
"right": 6
}
@@ -266,7 +266,7 @@
{
"match": {
"left": {
- "meta": "l4proto"
+ "meta": { "key": "l4proto" }
},
"right": 6
}
@@ -354,7 +354,7 @@
{
"match": {
"left": {
- "meta": "iifname"
+ "meta": { "key": "iifname" }
},
"right": "eth0"
}
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
}
diff --git a/tests/py/ip6/redirect.t.json b/tests/py/ip6/redirect.t.json
index 757fbb60..ed227e76 100644
--- a/tests/py/ip6/redirect.t.json
+++ b/tests/py/ip6/redirect.t.json
@@ -484,7 +484,7 @@
{
"match": {
"left": {
- "meta": "iifname"
+ "meta": { "key": "iifname" }
},
"right": "eth0"
}
diff --git a/tests/py/ip6/reject.t.json b/tests/py/ip6/reject.t.json
index a23ee89a..491b996c 100644
--- a/tests/py/ip6/reject.t.json
+++ b/tests/py/ip6/reject.t.json
@@ -70,7 +70,7 @@
{
"match": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": "0x80000000"
}
diff --git a/tests/py/ip6/reject.t.json.output b/tests/py/ip6/reject.t.json.output
index 1dc59f88..4f799229 100644
--- a/tests/py/ip6/reject.t.json.output
+++ b/tests/py/ip6/reject.t.json.output
@@ -10,7 +10,7 @@
{
"match": {
"left": {
- "meta": "mark"
+ "meta": { "key": "mark" }
},
"right": 2147483648
}