summaryrefslogtreecommitdiffstats
path: root/tests/py/ip/ct.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/ip/ct.t.json.output')
-rw-r--r--tests/py/ip/ct.t.json.output25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/py/ip/ct.t.json.output b/tests/py/ip/ct.t.json.output
new file mode 100644
index 00000000..2429ec69
--- /dev/null
+++ b/tests/py/ip/ct.t.json.output
@@ -0,0 +1,25 @@
+# ct original protocol 17 ct reply proto-src 53
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "key": "protocol"
+ }
+ },
+ "right": 17
+ }
+ },
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "dir": "reply",
+ "key": "proto-src"
+ }
+ },
+ "right": 53
+ }
+ }
+]
+