summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/ctexpect.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/ctexpect.nft')
-rw-r--r--tests/shell/features/ctexpect.nft10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/shell/features/ctexpect.nft b/tests/shell/features/ctexpect.nft
new file mode 100644
index 00000000..02c3dfd7
--- /dev/null
+++ b/tests/shell/features/ctexpect.nft
@@ -0,0 +1,10 @@
+# 857b46027d6f ("netfilter: nft_ct: add ct expectations support")
+# v5.3-rc1~140^2~153^2~19
+table t {
+ ct expectation ctexpect {
+ protocol tcp
+ dport 5432
+ timeout 1h
+ size 12;
+ }
+}