diff options
author | Jan Srnicek <jsrnicek@cisco.com> | 2016-12-01 18:15:52 +0100 |
---|---|---|
committer | Jan Srnicek <jsrnicek@cisco.com> | 2016-12-01 18:16:47 +0100 |
commit | 32aa07e5517fba7f78ae79d2ba83b56f72a53293 (patch) | |
tree | 26256f30f2dc5c3521403ef3fcd2e038b2f9bca6 /vpp-common/vpp-translate-utils/src/test/resources/naming.json | |
parent | 9c9935c83ce9869ca36cbde7865423ef02f19db8 (diff) |
HONEYCOMB-58 - Routing Plugin Structure
Read/Write support for ipv4/6 static routes.
Restriction due to vpp implementation described
in readme.
Change-Id: I328f406a9b7cb8781f8becf98eca293cebe66859
Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'vpp-common/vpp-translate-utils/src/test/resources/naming.json')
-rw-r--r-- | vpp-common/vpp-translate-utils/src/test/resources/naming.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/vpp-common/vpp-translate-utils/src/test/resources/naming.json b/vpp-common/vpp-translate-utils/src/test/resources/naming.json new file mode 100644 index 000000000..0248264d2 --- /dev/null +++ b/vpp-common/vpp-translate-utils/src/test/resources/naming.json @@ -0,0 +1,14 @@ +{ + "mappings": { + "mapping": [ + { + "name": "name-1", + "index": 1 + }, + { + "name": "name-2", + "index": 2 + } + ] + } +}
\ No newline at end of file |