summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/multihoming/6o6/vpp1.json
diff options
context:
space:
mode:
authorLori Jakab <lorand.jakab@gmail.com>2016-08-11 18:18:53 +0000
committerGerrit Code Review <gerrit@fd.io>2016-08-11 18:18:53 +0000
commit4cf0fc0cc463e294eab3f727d811e2a11ecadcae (patch)
treeac3876602346f25b621a4baf2e1db592cad0cb3f /tests/data_plane/configs/odl/multihoming/6o6/vpp1.json
parentf73cae4cda445b5bed88b8baf7d3536a947aa7ef (diff)
parent76ab005261dba3fd5bec32df2ad253e4185116f0 (diff)
Merge "Add multihoming tests"
Diffstat (limited to 'tests/data_plane/configs/odl/multihoming/6o6/vpp1.json')
-rw-r--r--tests/data_plane/configs/odl/multihoming/6o6/vpp1.json43
1 files changed, 43 insertions, 0 deletions
diff --git a/tests/data_plane/configs/odl/multihoming/6o6/vpp1.json b/tests/data_plane/configs/odl/multihoming/6o6/vpp1.json
new file mode 100644
index 0000000..b47dd5f
--- /dev/null
+++ b/tests/data_plane/configs/odl/multihoming/6o6/vpp1.json
@@ -0,0 +1,43 @@
+{
+ "input": {
+ "mapping-record": {
+ "recordTtl": 1440,
+ "action": "NoAction",
+ "authoritative": true,
+ "eid": {
+ "address-type": "ietf-lisp-address-types:ipv6-prefix-afi",
+ "ipv6-prefix": "6:0:1::0/64"
+ },
+ "LocatorRecord": [
+ {
+ "locator-id": "ISP1",
+ "priority": 1,
+ "weight": 1,
+ "multicastPriority": 255,
+ "multicastWeight": 0,
+ "localLocator": true,
+ "rlocProbed": false,
+ "routed": true,
+ "rloc": {
+ "address-type": "ietf-lisp-address-types:ipv6-afi",
+ "ipv6": "6:0:3::1"
+ }
+ },
+ {
+ "locator-id": "ISP2",
+ "priority": 1,
+ "weight": 1,
+ "multicastPriority": 255,
+ "multicastWeight": 0,
+ "localLocator": true,
+ "rlocProbed": false,
+ "routed": true,
+ "rloc": {
+ "address-type": "ietf-lisp-address-types:ipv6-afi",
+ "ipv6": "6:0:4::1"
+ }
+ }
+ ]
+ }
+ }
+}