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