Files
hide-eid/pass-1/rloc-registry.json

20 lines
484 B
JSON
Raw Normal View History

{
"type": "rloc-registry",
"eid_rloc_map": {
"172.16.10.0/24" : "172.16.10.2",
"172.16.11.0/24" : "172.16.10.2",
"172.16.12.0/24" : "172.16.12.2",
"fc00:1::/64" : "fc00::2",
"fc00:2::/64" : "fc00:2::2"
},
"keys": {
"172.16.10.2":"public key for 172.16.10.2",
"172.16.12.2":"public key for 172.16.12.2",
"fc00::2":"public key for fc00::2",
"fc00:2::2":"public key for fc00:2::2"
}
}