]> git.proxmox.com Git - pve-network.git/blob - test/zones/simple/hetzner/sdn_config
zones: simple: fix ip-forward && ipv6 snat
[pve-network.git] / test / zones / simple / hetzner / sdn_config
1 {
2 version => 1,
3 vnets => {
4 ids => {
5 myvnet => { type => "vnet", zone => "myzone" },
6 myvnet2 => { type => "vnet", zone => "myzone" },
7 },
8 },
9 zones => {
10 ids => { myzone => { ipam => "pve", type => "simple" } },
11 },
12
13 subnets => {
14 ids => {
15 'myzone-144.76.100.64-29' => {
16 'type' => 'subnet',
17 'vnet' => 'myvnet',
18 'gateway' => '144.76.100.65',
19 },
20 'myzone-144.76.200.65-32' => {
21 'type' => 'subnet',
22 'vnet' => 'myvnet2',
23 'gateway' => '144.76.0.1',
24 },
25 'myzone-144.76.200.66-32' => {
26 'type' => 'subnet',
27 'vnet' => 'myvnet2',
28 'gateway' => '144.76.0.1',
29 },
30 }
31 }
32 }
33
34