blob: 5942b7531abd14c04b88b77f0d4354d654ab6fa7 [file] [log] [blame]
Jian Lif9ec0832017-04-09 20:49:48 +09001{
2 "msUdpPortNumber": 1,
3 "etrUdpPortNumber": 2,
4 "globalEtrRlocAddress": {
5 "type": "IPV4",
6 "ipv4": "10.1.1.1/24"
7 },
8 "msRlocAddress": {
9 "type": "IPV4",
10 "ipv4": "10.1.1.2/24"
11 },
12 "privateEtrRlocAddress": {
13 "type": "IPV4",
14 "ipv4": "10.1.1.3/24"
15 },
16 "rtrRlocAddresses": [
17 {
18 "type": "IPV4",
19 "ipv4": "10.1.1.1/24"
20 },
21 {
22 "type": "IPV4",
23 "ipv4": "10.1.1.2/24"
24 },
25 {
26 "type": "IPV4",
27 "ipv4": "10.1.1.3/24"
28 }
29 ]
30}