summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t.json.output
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/ct.t.json.output')
-rw-r--r--tests/py/inet/ct.t.json.output16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/py/inet/ct.t.json.output b/tests/py/inet/ct.t.json.output
new file mode 100644
index 00000000..5605ebcf
--- /dev/null
+++ b/tests/py/inet/ct.t.json.output
@@ -0,0 +1,16 @@
+# meta nfproto ipv4 ct original saddr 1.2.3.4
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "dir": "original",
+ "family": "ip",
+ "key": "saddr"
+ }
+ },
+ "right": "1.2.3.4"
+ }
+ }
+]
+