summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/ct_timeout_memleak
blob: 014525a34b34502be9e8e7886419903d19e0cc52 (plain)
1
2
3
4
5
6
7
table ip filter {
        ct timeout cttime {
                protocol tcp
                l3proto ip
                policy = { estabQisheestablished : 2m3s, cd : 2m3s, }
        }
}