summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0024rule_0.nft
blob: 7860ff654c5e28911865c4918e4191fe4d0111df (plain)
1
2
3
4
5
6
7
8
table ip x {
	chain y {
		accept comment "rule1"
		accept comment "rule2"
		accept comment "rule3"
		accept comment "rule4"
	}
}