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