- 25 Feb, 2015 9 commits
-
-
- 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 22 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 -
- removed 'animated' class from links. - fixed link label colors (text and rect) for both themes. Change-Id: Iee638839090b64685d40296985e980f4e6105d82
Simon Hunt authored -
…o, but for now disabled in web.xml. Change-Id: I0751077702835e7572b20037ba6ddc1950be6037
Thomas Vachuska authored
- 23 Feb, 2015 9 commits
-
-
families. The bug (an exception) is triggered when internally we try to create a masked IPv4 address with a very long IPv6-derived mask length. Added the corresponding unit tests. Change-Id: Id835d27ab3ff38dcf7a1387ff32ccb701aa2fe11
Pavlin Radoslavov authored -
- Eclipse sometimes auto-generates switch table, which fails the immutability unit tests. Ignore field name starting with _ or $, which tends to be used for auto-generated names. ---- Failed tests: IpAddressTest.testImmutable:41 Expected: is "a properly defined immutable class" but : was "a field named '$SWITCH_TABLE$org$onlab$packet$IpAddress$Version' that is not final" IpPrefixTest.testImmutable:39 Expected: is "a properly defined immutable class" but : was "a field named '$SWITCH_TABLE$org$onlab$packet$IpAddress$Version' that is not final" ---- Change-Id: Ibca5f61b9ca6b6006424a4288f1863b6e60ad484
Yuta HIGUCHI authored