update aliases.json_sample

detailed-rrds
Nils Schneider 2015-05-09 22:16:44 +02:00
parent 8fd0b73418
commit dafad3df4c
1 changed files with 18 additions and 6 deletions

View File

@ -7,18 +7,30 @@
"latitude": 53.86
},
"network": {
"mesh_interfaces": [
"00:25:86:e6:f1:bf"
]
"mesh": {
"bat0": {
"interfaces": {
"tunnel": [
"00:25:86:e6:f1:bf"
]
}
}
}
}
},
{
"node_id": "gw1",
"hostname": "burgtor",
"network": {
"mesh_interfaces": [
"52:54:00:f3:62:d9"
]
"mesh": {
"bat0": {
"interfaces": {
"tunnel": [
"52:54:00:f3:62:d9"
]
}
}
}
}
}
]