commit | a50a0129f676f80e500e44b88c9dfa455ad08fca | [log] [tgz] |
---|---|---|
author | Andy Bavier <andy@onlab.us> | Thu Jan 19 13:45:10 2017 -0500 |
committer | Andy Bavier <andy@onlab.us> | Fri Jan 27 11:40:48 2017 -0500 |
tree | 090c4e7221aa4d6609376b49f09ba0f34e03e379 | |
parent | 4609398f8538e87db88782d5e07f828f4d765d4b [diff] |
CORD-793 Config for CiaB vswitches Change-Id: I949832de708aed540c4ed314be2db1da8a31e76a
diff --git a/config/ciab-fabric-xconnect.json b/config/ciab-fabric-xconnect.json new file mode 100644 index 0000000..df1ee86 --- /dev/null +++ b/config/ciab-fabric-xconnect.json
@@ -0,0 +1,15 @@ +{ + "apps": { + "org.onosproject.segmentrouting": { + "xconnect": { + "of:0000cc37ab000011": [ + { + "vlan": 222, + "ports": [1, 2], + "name": "test client" + } + ] + } + } + } +}