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