From c2fa4de9535239bec172357dcc8c0ddc576212e6 Mon Sep 17 00:00:00 2001 From: Jan Srnicek Date: Wed, 9 Nov 2016 08:55:04 +0100 Subject: HONEYCOMB-254 - Adjacencies dump support Added mapping context between adjacency id(HC side) and combination of remote and local eids(vpp side) Change-Id: Icbba9130a82b7af51b23e6d6d68fcfbf49e66c99 Signed-off-by: Jan Srnicek --- .../adjacencies-identification-context.json | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json (limited to 'lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json') diff --git a/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json b/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json new file mode 100644 index 000000000..795b548a4 --- /dev/null +++ b/lisp/lisp2vpp/src/test/resources/adjacencies-identification-context.json @@ -0,0 +1,29 @@ + +{ + + "mappings": { + "mapping": [ + { + "id": "first", + "eid-identificator-pair": { + "local-eid-id": "local-eid-1", + "remote-eid-id": "remote-eid-1" + } + }, + { + "id": "second", + "eid-identificator-pair": { + "local-eid-id": "local-eid-2", + "remote-eid-id": "remote-eid-2" + } + }, + { + "id": "third", + "eid-identificator-pair": { + "local-eid-id": "local-eid-3", + "remote-eid-id": "remote-eid-3" + } + } + ] + } +} \ No newline at end of file -- cgit 1.2.3-korg