commit | c3de1bc62d8388661af0f9b8df56360583b104f8 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Wed Nov 19 17:45:53 2014 -0800 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed Nov 19 17:59:09 2014 -0800 |
tree | 215a8fd48e96d7764db291c2c72873efe087c4a8 | |
parent | 43db10f4f4d1c37ffce15f49a49ef8e9fd759f6a [diff] |
fix in the point to point intent to take into account existing treatments Change-Id: I9e2fdde93a435a383bbab5dc1bb890e1f0d88433
diff --git a/core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java b/core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java index 0e8abca..c4582c4 100644 --- a/core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java +++ b/core/net/src/main/java/org/onlab/onos/net/intent/impl/PathIntentInstaller.java
@@ -93,7 +93,7 @@ while (links.hasNext()) { builder.matchInport(prev.port()); Link link = links.next(); - TrafficTreatment treatment = builder() + TrafficTreatment treatment = builder(intent.treatment()) .setOutput(link.src().port()).build(); FlowRule rule = new DefaultFlowRule(link.src().deviceId(),