summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/cttimeout.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/cttimeout.nft')
-rw-r--r--tests/shell/features/cttimeout.nft8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/shell/features/cttimeout.nft b/tests/shell/features/cttimeout.nft
new file mode 100644
index 00000000..4be58cd3
--- /dev/null
+++ b/tests/shell/features/cttimeout.nft
@@ -0,0 +1,8 @@
+# 7e0b2b57f01d ("netfilter: nft_ct: add ct timeout support")
+# v4.19-rc1~140^2~64^2~3
+table t {
+ ct timeout cttime {
+ protocol tcp;
+ policy = {established: 120 }
+ }
+}