-
Notifications
You must be signed in to change notification settings - Fork 0
/
ipam.json
64 lines (64 loc) · 1.41 KB
/
ipam.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"customer-peering-addresses": [
{
"net": "172.16.10.0",
"mask": "30",
"customer": "footlocker"
},
{
"net": "172.16.10.4",
"mask": "30",
"customer": "footlocker"
},
{
"net": "172.16.10.8",
"mask": "30",
"customer": "footlocker"
},
{
"net": "172.16.10.12",
"mask": "30",
"customer": "gregs"
},
{
"net": "172.16.10.16",
"mask": "30",
"customer": "gregs"
},
{
"net": "172.16.10.20",
"mask": "30",
"customer": "gregs"
},
{
"net": "172.16.10.24",
"mask": "30",
"customer": "contoso"
},
{
"net": "172.16.10.28",
"mask": "30",
"customer": "contoso"
},
{
"net": "172.16.10.32",
"mask": "30",
"customer": "contoso"
},
{
"net": "172.16.10.36",
"mask": "30",
"customer": "burgerking"
},
{
"net": "172.16.10.40",
"mask": "30",
"customer": "burgerking"
},
{
"net": "172.16.10.44",
"mask": "30",
"customer": "burgerking"
}
]
}