28 lines
444 B
JSON
28 lines
444 B
JSON
|
{
|
||
|
"locators":[
|
||
|
{
|
||
|
"name": "loc2",
|
||
|
"prefix": "2001:db8:2:2::/64",
|
||
|
"statusUp": true,
|
||
|
"chunks": [
|
||
|
{
|
||
|
"prefix": "2001:db8:2:2::/64",
|
||
|
"proto": "system"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"name": "loc3",
|
||
|
"prefix": "2001:db8:3:3::/64",
|
||
|
"statusUp": true,
|
||
|
"chunks":[
|
||
|
{
|
||
|
"prefix": "2001:db8:3:3::/64",
|
||
|
"proto": "system"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
|