summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/ctexpect.nft
blob: 02c3dfd74bd4d745dbfa694b52cceef9bc822e74 (plain)
1
2
3
4
5
6
7
8
9
10
# 857b46027d6f ("netfilter: nft_ct: add ct expectations support")
# v5.3-rc1~140^2~153^2~19
table t {
	ct expectation ctexpect {
		protocol tcp
		dport 5432
		timeout 1h
		size 12;
	}
}