summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0025rule_0.nft
blob: dcb61ae65fbdee2853577a38b99e97ae4c200934 (plain)
1
2
3
4
5
6
table ip x {
	chain y {
		log
		drop
	}
}