- 25 Feb, 2016 12 commits
-
-
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 26 commits
-
-
This patch resolves ONOS-4032 Change-Id: I12e2ed7d352928fe94559ab978f5db7e9f56f1b0
Sho SHIMIZU authored -
This is a quick fix for ONOS-3923, not a long-term solution. Change-Id: I56e8af57de37e6db1f5e2355d5bb60372adc83f6
Sho SHIMIZU authored -
As it is no longer resource related Change-Id: I068bf4bbff33492e3a508c4a4d7a5908a47ee83b
Sho SHIMIZU authored
- 23 Feb, 2016 2 commits
-
-
- LeadershipStore to support serving getAllLeaderships from cache. - Removed a changed to KryoNamespaces that was causing serialization issues. Instead moved that type registration to McastStore. Change-Id: I06acf1a397b6a982c0dfd0ebc0830b2161cf23a4
Madan Jampani authored