summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/ct.t.json')
-rw-r--r--tests/py/inet/ct.t.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/py/inet/ct.t.json b/tests/py/inet/ct.t.json
index d0c26aef..e7f928ca 100644
--- a/tests/py/inet/ct.t.json
+++ b/tests/py/inet/ct.t.json
@@ -39,3 +39,26 @@
}
]
+# ct original ip daddr {1.2.3.4} accept
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "dir": "original",
+ "key": "ip daddr"
+ }
+ },
+ "op": "==",
+ "right": {
+ "set": [
+ "1.2.3.4"
+ ]
+ }
+ }
+ },
+ {
+ "accept": null
+ }
+]
+