summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/transactions/dumps/0002table_0.nft
blob: 429cbc3487812cdffd32fc8b753f102fb7cb0e3c (plain)
1
2
3
4
5
6
7
table ip x {
	flags dormant

	chain y {
		type nat hook prerouting priority filter; policy accept;
	}
}