summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/bogons/nft-f/ct_timeout_memleak')
-rw-r--r--tests/shell/testcases/bogons/nft-f/ct_timeout_memleak7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak b/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak
new file mode 100644
index 00000000..014525a3
--- /dev/null
+++ b/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak
@@ -0,0 +1,7 @@
+table ip filter {
+ ct timeout cttime {
+ protocol tcp
+ l3proto ip
+ policy = { estabQisheestablished : 2m3s, cd : 2m3s, }
+ }
+}