HONEYCOMB-58 - Routing Api
[honeycomb.git] / lisp / lisp2vpp / src / test / resources / adjacencies-identification-context.json
1
2 {
3
4   "mappings": {
5     "mapping": [
6       {
7         "id": "first",
8         "eid-identificator-pair": {
9           "local-eid-id": "local-eid-1",
10           "remote-eid-id": "remote-eid-1"
11         }
12       },
13       {
14         "id": "second",
15         "eid-identificator-pair": {
16           "local-eid-id": "local-eid-2",
17           "remote-eid-id": "remote-eid-2"
18         }
19       },
20       {
21         "id": "third",
22         "eid-identificator-pair": {
23           "local-eid-id": "local-eid-3",
24           "remote-eid-id": "remote-eid-3"
25         }
26       }
27     ]
28   }
29 }