]> git.proxmox.com Git - pve-network.git/blob - test/zones/evpn/multipath_relax/sdn_config
controllers: bgp: add bgp-multipath-as-path-relax option
[pve-network.git] / test / zones / evpn / multipath_relax / sdn_config
1 {
2 version => 1,
3 vnets => {
4 ids => {
5 myvnet => {
6 tag => "100",
7 type => "vnet",
8 zone => "myzone",
9 },
10 },
11 },
12
13 zones => {
14 ids => {
15 myzone => {
16 ipam => "pve",
17 type => "evpn",
18 controller => "evpnctl",
19 'vrf-vxlan' => 1000,
20 },
21 },
22 },
23 controllers => {
24 ids => {
25 evpnctl => {
26 type => "evpn",
27 'peers' => '192.168.0.1,192.168.0.2,192.168.0.3',
28 asn => "65000",
29 },
30 localhost => {
31 type => "bgp",
32 'peers' => '192.168.0.1,192.168.0.2,192.168.0.3',
33 'bgp-multipath-as-path-relax' => "1",
34 asn => "65000",
35 node => "localhost",
36 },
37 },
38 },
39
40 subnets => {
41 ids => {
42 'myzone-10.0.0.0-24' => {
43 'type' => 'subnet',
44 'vnet' => 'myvnet',
45 'gateway' => '10.0.0.1',
46 },
47 },
48 },
49 }