]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/evpn/exitnode_snat/sdn_config
zones: evpn: fix arp-accept && ip-forward + ipv6 snat
[pve-network.git] / test / zones / evpn / exitnode_snat / sdn_config
index f40e8bd7daa00c9c2ad415392eba7883b491dd81..35cdf5df4443e7660f1989e73dd733bcddb1564c 100644 (file)
@@ -3,6 +3,7 @@
   vnets   => {
                ids => {
                         myvnet => { tag => "100", type => "vnet", zone => "myzone" },
+                        myvnet2 => { tag => "200", type => "vnet", zone => "myzone" },
                       },
              },
 
              },
 
   subnets => {
-              ids => { 'myzone-10.0.0.0-24' => {
+              ids => { 
+                       'myzone-10.0.0.0-24' => {
                                                        'type' => 'subnet',
                                                        'vnet' => 'myvnet',
                                                        'gateway' => '10.0.0.1',
                                                        'snat' => 1
-                                                 }
+                                                 },
+                        'myzone-2a08:2142:302:3::-64' => {
+                                                        'type' => 'subnet',
+                                                        'vnet' => 'myvnet2',
+                                                        'gateway' => '2a08:2142:302:3::1',
+                                                       'snat' => 1
+                                                  }
                     }
             }
 }