-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathveth.json
90 lines (90 loc) · 1.71 KB
/
veth.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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"PortToVeth": [
{
"device_port":0,
"veth1":0,
"veth2":1
},
{
"device_port":1,
"veth1":2,
"veth2":3
},
{
"device_port":2,
"veth1":4,
"veth2":5
},
{
"device_port":3,
"veth1":6,
"veth2":7
},
{
"device_port":4,
"veth1":8,
"veth2":9
},
{
"device_port":5,
"veth1":10,
"veth2":11
},
{
"device_port":6,
"veth1":12,
"veth2":13
},
{
"device_port":7,
"veth1":14,
"veth2":15
},
{
"device_port":8,
"veth1":16,
"veth2":17
},
{
"device_port":9,
"veth1":18,
"veth2":19
},
{
"device_port":128,
"veth1":20,
"veth2":21
},
{
"device_port":129,
"veth1":22,
"veth2":23
},
{
"device_port":256,
"veth1":24,
"veth2":25
},
{
"device_port":257,
"veth1":26,
"veth2":27
},
{
"device_port":384,
"veth1":28,
"veth2":29
},
{
"device_port":385,
"veth1":30,
"veth2":31
},
{
"_comment": "Map ethernet CPU port 64 to veth250",
"device_port":64,
"veth1":250,
"veth2":251
}
]
}