summaryrefslogtreecommitdiffstats
path: root/tests/py/inet/ct.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/py/inet/ct.t')
-rw-r--r--tests/py/inet/ct.t10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/py/inet/ct.t b/tests/py/inet/ct.t
new file mode 100644
index 00000000..c56c3bc8
--- /dev/null
+++ b/tests/py/inet/ct.t
@@ -0,0 +1,10 @@
+:input;type filter hook input priority 0
+:ingress;type filter hook ingress device lo priority 0
+
+*inet;test-inet;input
+
+meta nfproto ipv4 ct original saddr 1.2.3.4;ok
+meta nfproto ipv6 ct original saddr ::1;ok
+
+# missing protocol context
+ct original saddr ::1;fail