summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/handles_0.nft
blob: eb0af81158ec7d3325e9e54773a0ff8afdac027f (plain)
1
2
3
4
5
table ip test {
	chain test {
		tcp dport ssh counter packets 0 bytes 0 accept
	}
}