pass 1: first night of code. Nothing interesting yet.

This commit is contained in:
Nick Thomas
2013-08-02 23:58:54 +01:00
parent b8758a3944
commit 9f05347035
4 changed files with 227 additions and 0 deletions

20
pass-1/rloc-registry.json Normal file
View File

@@ -0,0 +1,20 @@
{
"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"
}
}