summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/cttimeout.nft
blob: 4be58cd3c26b172218c1110d8690b22081fb3b9a (plain)
1
2
3
4
5
6
7
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 }
	}
}