diff options
Diffstat (limited to 'tests/py/inet/ct.t.json.output')
-rw-r--r-- | tests/py/inet/ct.t.json.output | 16 |
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 0000000..74c436a --- /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", + "key": "saddr" + } + }, + "op": "==", + "right": "1.2.3.4" + } + } +] + |