summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/cache/dumps/0007_echo_cache_init_0.nft
blob: c774ee72a683d7eb777e2e560b14e35d99e767c9 (plain)
1
2
3
4
5
6
7
table inet t {
	chain c {
		accept comment "first"
		accept comment "second"
		accept comment "third"
	}
}