commit | 265cd83437fb145caeb8ed9d2a7976d7312cdf21 | [log] [tgz] |
---|---|---|
author | Zsolt Haraszti <zharaszt@ciena.com> | Thu Feb 25 08:40:34 2016 -0800 |
committer | Zsolt Haraszti <zharaszt@ciena.com> | Thu Feb 25 08:40:34 2016 -0800 |
tree | 8d918943c220ce684c1d3e54f0e0dc9661ad2e99 | |
parent | 964d94869992104a965db6e6dbf023fb4ee99061 [diff] |
Remove groupId casting to short from rest handler 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
ONOS is a new SDN network operating system designed for high availability, performance, scale-out.