commit | 0742ec92cdc51ae52df394b3ed2146934307d24a | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Mon Oct 13 08:39:55 2014 -0700 |
committer | Ray Milkey <ray@onlab.us> | Mon Oct 13 08:39:55 2014 -0700 |
tree | 27f1211cd4876381294500cc0b9e7c47a8d71621 | |
parent | 5ec89f9ca72b1f72d1b79d277e3e0b77c5a84617 [diff] |
Add a Multiple source to single destination intent This is a very simplistic implementation of an intent that represents multiple sources with a single destination. The implementaiton is simple, it just computes the union of the set of path segments needed to satisfy all the connections and installs them. The unit test is just a skeleton with a single test case and needs to be expanded.