commit | 96c5a4ab2f7fefcbd83f30c332f8a4ee32dfc5c4 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Fri Jul 31 14:23:33 2015 -0700 |
committer | Gerrit Code Review <gerrit@onlab.us> | Thu Aug 13 17:38:55 2015 +0000 |
tree | ee70a86f2b0f36c56bf0897858b10dc3e45ba1b6 | |
parent | 78b300c7c459a74ebcdc553e2bc315237bebe82c [diff] |
ONOS-2513 Fix entire MP2SP intent failing on partial connectivity loss * Added PartialFailureContraint to MP2SP intent to allow partial connectivity. This means the intent remains installed as long as at least one ingress point can reach the egress point. * Intents with this constraint are recompiled on ObjectiveTracker triggers even if not in FAILED state * MP2SP intent compiler can compute a partial tree if constraint is set * ObjectiveTracker recompiles intents on any link event * SDN-IP MP2SP intents now use PartialFailureConstraint Ported from onos-1.2 branch. Change-Id: I32eaa198fae1dfba021d9251c8f855573f0e1d7d
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.