summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/nat_prefix_map_with_set_element_assert
blob: 18c7edd14c5d93ad1f5637a3ca6fc6078f6fd991 (plain)
1
2
3
4
5
6
7
table ip x {
	chain y {
	type nat hook postrouting priority srcnat; policy accept;
		snat ip prefix to ip saddr map { 10.141.11.0/24 : 192.168.2.0/24, 10.141.12.1 }
	}
}