- 26 Feb, 2015 5 commits
-
-
(e.g., Multipoint-to-singlepoint and Singlepoint-to-multipoint) * Apply the Intent-defined traffic treatment only on the flowmods on the ingress switch with ingress inport for a flowmod. Previously, the traffic treatments were applied on each switch, and semantically it is not the correct (default) behavior. * Express the flowmods by explicitly specifying the expected inport in the matching conditions for each flowmod. Previously, the inport was not included in the matching conditions. [Merge from branch onos-1.0 - manually] Change-Id: Ic378b6e8be033a70b016f4ba5550d91fe08ddd9a
Pavlin Radoslavov authored
- 25 Feb, 2015 18 commits
-
-
- (but they are centered on the node -- still need to move them away from the node). Change-Id: I491851ef2f4d31b85db0dbc2b3145218a4913844
Simon Hunt authored -
- "traffic" scenario: made all port numbers unique. Change-Id: I98f0153e2523d0ad451f92ee1e63e9c12f8428d7
Simon Hunt authored -
- removed unnecessary properties of link data object (delegate to source and target for endpoints). - removed feature envy for existing links. Change-Id: I9f96792d5665665a3467e419d80803e1b0db389b
Simon Hunt authored -
- a step in the direction for showing port numbers. Change-Id: I313782374c82b87b6d426e88519a5ab7c072a622
Simon Hunt authored -
- finally, topoForce is a respectable sub-1000 LOC :) Change-Id: I2a9ac2881c9d54663faecf338c512a368f17bc34
Simon Hunt authored -
- Fix a bug of unsafe type conversion in OpenFlowGroupProvider. Change-Id: I9a62f81b66d350b84296192f770dc8987aa0967b
sangho authored
- 24 Feb, 2015 17 commits
-
-
Fix for NPE reported by ONOS-1171 Change-Id: Iadb960eb2806e0d33da034f36ad2a0f9c8aa1be0
HIGUCHI Yuta authored -
Pending map timestamp should be composite of (IntentData.version(), wallclocktime) Change-Id: I3caf739c4fdb70535696176621649f0842eea467
Jonathan Hart authored -
…hideMargin, and fade is a setting. Change-Id: I85b5dd447df09e13e9308473c548621d4b76fa15
Bri Prebilic Cole authored -
- updated traffic scenario. Change-Id: I452e0e81327a9006c20e00a843c6096432a1efac
Simon Hunt authored -
Remove "Pre" from the name Change-Id: I87da1d9e0f4308ff6a545012c26b6618b8415338
Sho SHIMIZU authored -
- Make createInitialPhase() static and move it to IntentProcessPhase - Additionally, rename to newInitialPhase() - IntentWorker's constructor receives an initial intent process phase Change-Id: I4774493230a008fc5530d9d90b262e1eb441f946
Sho SHIMIZU authored -
- IntentWorker is placed in phase package - Make public IntentProcessPhase subclasses package private now Change-Id: Ie7d218fe5d8a516f3913ff8881d9d17cfd8e4c46
Sho SHIMIZU authored -
Because the method is only accessed from IntentWorker Change-Id: Id80a93a7dfdaabc0c78a519a47fd979572d990ef
Sho SHIMIZU authored