]> git.proxmox.com Git - pve-network.git/blame - test/zones/evpn/ebgp/sdn_config
code/whitespace cleanup
[pve-network.git] / test / zones / evpn / ebgp / sdn_config
CommitLineData
82f6b09f 1{
65723efd
TL
2 version => 1,
3 vnets => {
4 ids => {
5 myvnet => {
6 tag => "100",
7 type => "vnet",
8 zone => "myzone",
9 },
10 },
11 },
82f6b09f 12
65723efd
TL
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.252,192.168.0.253',
33 ebgp => "1",
34 'ebgp-multihop' => '3',
35 asn => "65001",
36 node => "localhost",
37 },
38 },
39 },
82f6b09f 40
65723efd
TL
41 subnets => {
42 ids => {
43 'myzone-10.0.0.0-24' => {
44 'type' => 'subnet',
45 'vnet' => 'myvnet',
46 'gateway' => '10.0.0.1',
47 },
48 },
49 },
82f6b09f 50}