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.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/tests/py/inet/ct.t.json b/tests/py/inet/ct.t.json
new file mode 100644
index 00000000..686c43f4
--- /dev/null
+++ b/tests/py/inet/ct.t.json
@@ -0,0 +1,39 @@
+# meta nfproto ipv4 ct original saddr 1.2.3.4
+[
+ {
+ "match": {
+ "left": {
+ "meta": "nfproto"
+ },
+ "right": "ipv4"
+ }
+ },
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "dir": "original",
+ "key": "saddr"
+ }
+ },
+ "right": "1.2.3.4"
+ }
+ }
+]
+
+# ct original ip6 saddr ::1
+[
+ {
+ "match": {
+ "left": {
+ "ct": {
+ "dir": "original",
+ "family": "ip6",
+ "key": "saddr"
+ }
+ },
+ "right": "::1"
+ }
+ }
+]
+