summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft
blob: af0c627bec72c20230d6e9fa716c245bcba5ed5e (plain)
1
2
3
4
5
6
7
8
9
10
11
table ip filter {
	ct timeout cttime {
		protocol tcp;
		l3proto ip
		policy = {established: 123, close: 12}
	}

	chain c {
		ct timeout set "cttime"
	}
}