- 02 Feb, 2016 9 commits
-
-
through the physical network Change-Id: I84dddb0c7ca4764c00566c29c163badc8d5c538f
Hyunsun Moon authored -
Existing REST API prefix is "cpman" which does not convey the right meaning of the API. This commit changes the prefix name from "cpman" to "collector" to better convey the right meaning. This commit also splits the REST URL with "_" to improve the URL readability. Change-Id: I3152f7b784f2ae6cbaa8855dea8d5eaabd152487
Jian Li authored
- 01 Feb, 2016 21 commits
-
-
Adds a ferderated distributed primitive creator Adds a DistributedPrimitives utility class Adds a transcoding async consistent map for transcoding between map types Change-Id: I7bc30e4a8aee9d4286175d7081bbbd0f28b9928f
Madan Jampani authored -
CpqdOFDPA2 doesn't need the extension selector for VLAN matching in bridging table Implement its own processEthDstSpecific instead of using the one inherited from OFDPA Change-Id: I0dae1e2ccdc062182f3f373bbd8669b3418cd7c1
Charles Chan authored -
Opened up DefaultDriverHandler to accept arbitrary DriverData. Added clarifying documentation to DriverData. Change-Id: Ic96251703bf0461caef4f3950658e2073d889653
Thomas Vachuska authored -
-c option now returns term and term start time. -j option returns all info (including candidates) -fixes the NPE identified in ONOS-3846 Change-Id: Ifbbd1aab92df78113f5abab09d360cee7f43c2d0
Madan Jampani authored -
…nd MPLS labels simultaneously, we cannot emulate correct behavior in the same driver. This checkin separates the emulation, with one driver meant for MPLS with untagged packets, and the other meant for untagged/tagged VLAN packets without MPLS. Change-Id: Ia6112f4d26c7b32c93e1db2e9b1ae4673c553d87
Saurav Das authored -
- events now have old and new values - simplify implementation by using map.replace for compareAndSet - Removed option for disabling it from builder. Will make it a system wide option in a subsequent update Change-Id: I7c1424f8671c0e54688172c273b9262f305b0920
Madan Jampani authored
- 31 Jan, 2016 5 commits
-
-
- Now tracking leader and candidates for a topic using a single map. - Using term numbers that are incremented by one every time a new leader is elected. - Introduced a separate LeadershipStore to conform to the manager-store pattern Change-Id: I1d03a6c5e8ff0e68ef0c1e3a6c2d425c4856e470
Madan Jampani authored
- 30 Jan, 2016 5 commits
-
-
Same resources are not allowed for a parent and Set is more suitable than Collection Change-Id: Ib45179819d81376678bf8949864b12b5bd721085
Sho SHIMIZU authored