summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/nft-f/dumps/0017ct_timeout_obj_0.nft
blob: bca36580f9c389d2302e0fdf57419e756f67cda9 (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"
	}
}