- 27 Feb, 2016 3 commits
- 26 Feb, 2016 9 commits
-
-
- Implement region add/update/remove CLI - Implement devices add/remove CLI Change-Id: I38b40b24df7f864b0725104f63347081257743ac
Jian Li authored -
- consolidated common glyph elements. - updated server-side constants. Change-Id: Ia962f8827dafbb10fdbffed6dcb64c1ebcfc8c4d
Simon Hunt authored
-
- 25 Feb, 2016 22 commits
-
-
Previously, it would succeed since the checksum command would return nothing in standard output. Change-Id: I1a73d20a0e085107be8362a6226b1a213ecdab78
Bob Lantz authored -
In order to avoid nextId collisions, all users of the flow objective service should use the provided allocateNextId() method when constructing new NextObjectives. I found one instance where this was not the case: CordMcast. Solution: removed private id generator from CordMacst and replaced it with allocateNextId. Change-Id: I134931b58c524291ae937dd6f0051ee549236734
Zsolt Haraszti authored -
- Using @Property and @Modified annotations - Fix DistributedPacketStore / DistributedStatisticStore / DistributedFlowStatisticStore Change-Id: I6c907498496b9f21a8ef13b7badeb24770cb88ff
sangyun-han authored -
It is impossible to use openstack4j directly from ONOS apps due to the Jersey version conflict. Change-Id: I2df32430de42d627b03e0a2f8d8d2b9067ad3e14
Hyunsun Moon authored -
Problem: The decoder in GroupCodec (used by the REST layer) chopped the upper 16 bit in caller-provided group IDs. Since group IDs are inherently greater than 16-bit on any OFDPA-based device, the current casting rendered the REST layer unusable for such devices. Fix: removed casting, verified that all tests pass, and verified that I can now create healthy group entries on OFDPA-based switches. Change-Id: Ieb51071ff9b0d47f4ff1f90d80970b6c0df946b7
Zsolt Haraszti authored -
- Impelent Region management REST API - Add unit test for Region management REST API - Add swagger docs for Region management REST API - Add SCR Component and Service annotation for RegionManager Change-Id: I042e92ed7144d596659b779a59239afba832ca62
Jian Li authored
-
- 24 Feb, 2016 6 commits