summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0012chain_0.nft
blob: b9f5e43d0d46fa5b226fc916746ec2bc471a5882 (plain)
1
2
3
4
5
table ip w {
	chain y {
		type filter hook output priority filter; policy accept;
	}
}