summaryrefslogtreecommitdiffstats
path: root/tests/data_plane/configs/odl/basic/l2o4/vpp2.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data_plane/configs/odl/basic/l2o4/vpp2.json')
-rw-r--r--tests/data_plane/configs/odl/basic/l2o4/vpp2.json30
1 files changed, 30 insertions, 0 deletions
diff --git a/tests/data_plane/configs/odl/basic/l2o4/vpp2.json b/tests/data_plane/configs/odl/basic/l2o4/vpp2.json
new file mode 100644
index 0000000..7c49929
--- /dev/null
+++ b/tests/data_plane/configs/odl/basic/l2o4/vpp2.json
@@ -0,0 +1,30 @@
+{
+ "input": {
+ "mapping-record": {
+ "recordTtl": 1440,
+ "action": "NoAction",
+ "authoritative": true,
+ "eid": {
+ "virtual-network-id": 10,
+ "address-type": "ietf-lisp-address-types:mac-afi",
+ "mac": "08:22:22:22:22:22"
+ },
+ "LocatorRecord": [
+ {
+ "locator-id": "ISP1",
+ "priority": 1,
+ "weight": 1,
+ "multicastPriority": 255,
+ "multicastWeight": 0,
+ "localLocator": true,
+ "rlocProbed": false,
+ "routed": false,
+ "rloc": {
+ "address-type": "ietf-lisp-address-types:ipv4-afi",
+ "ipv4": "6.0.3.2"
+ }
+ }
+ ]
+ }
+ }
+}