summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/chains/dumps/0006masquerade_0.nft
blob: 90253a4138d47d4b30706dfa332efcbc6668a6f0 (plain)
1
2
3
4
5
6
table ip t {
	chain c1 {
		type nat hook postrouting priority filter; policy accept;
		masquerade
	}
}