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