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