summaryrefslogtreecommitdiffstats
path: root/tests/py/any/ct.t.json.output
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2019-06-07 19:25:24 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-06-08 00:04:24 +0200
commit5edf80a14b8e3eafa3fbcef073f87e04da5264db (patch)
tree1dafa290613d9cb6795d7b447a81f7c858556677 /tests/py/any/ct.t.json.output
parente5382c0d08e3c6d8246afa95b7380f0d6b8c1826 (diff)
tests/py: Fix JSON equivalents
Recent patch removing single element set use missed to adjust JSON equivalents accordingly. Fixes: 27f6a4c68b4fd ("tests: replace single element sets") 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.output21
1 files changed, 19 insertions, 2 deletions
diff --git a/tests/py/any/ct.t.json.output b/tests/py/any/ct.t.json.output
index 49d51771..aced3817 100644
--- a/tests/py/any/ct.t.json.output
+++ b/tests/py/any/ct.t.json.output
@@ -549,7 +549,7 @@
}
]
-# ct direction . ct mark { original . 0x12345678}
+# ct direction . ct mark { original . 0x12345678, reply . 0x87654321}
[
{
"match": {
@@ -575,6 +575,12 @@
"original",
305419896
]
+ },
+ {
+ "concat": [
+ "reply",
+ 2271560481
+ ]
}
]
}
@@ -582,7 +588,7 @@
}
]
-# ct state . ct mark vmap { new . 0x12345678 : drop}
+# ct state . ct mark vmap { new . 0x12345678 : drop, established . 0x87654321 : accept}
[
{
"vmap": {
@@ -605,6 +611,17 @@
[
{
"concat": [
+ "established",
+ 2271560481
+ ]
+ },
+ {
+ "accept": null
+ }
+ ],
+ [
+ {
+ "concat": [
"new",
305419896
]