summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/optionals/dumps/comments_chain_0.nft
blob: be3d8f33bee3caedd7caad48d6eb1fed057e27c2 (plain)
1
2
3
4
5
table ip test_table {
	chain test_chain {
		comment "test"
	}
}