diff options
Diffstat (limited to 'tests/py/any/ct.t.json.output')
-rw-r--r-- | tests/py/any/ct.t.json.output | 21 |
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 ] |