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.
Showing
6 changed files
with
434 additions
and
0 deletions
core/net/src/main/java/org/onlab/onos/net/intent/impl/MultiPointToSinglePointIntentCompiler.java
0 → 100644
-
Please register or login to post a comment