- 29 Jun, 2015 2 commits
-
-
Packet deserializers now check for malformed input while reading the byte stream. Deserializers are re-implemented as functions that take a byte array and return a packet object. The old IPacket.deserialize(...) methods have been deprecated with the goal of eventually moving to immutable packet objects. Unit tests have been implemented for all Deserializer functions. ONOS-1589 Change-Id: I9073d5e6e7991e15d43830cfd810989256b71c56
Jonathan Hart authored
- 27 Jun, 2015 2 commits
-
-
used as keys in ConsistentMaps. Fixes ONOS-2128. Change-Id: Ia21a25712351b99bc1b79dc231be8187cf3d3a0b
Ayaka Koshibe authored
-
- 26 Jun, 2015 12 commits
-
-
this will also pretty print ethertypes in flow output Change-Id: I9363070ad308f3c756735e29b3992c500e503636
alshabib authored
- 25 Jun, 2015 9 commits
-
-
This fixes the problem when running multiple, parallel builds on a machine with a shared /tmp (i.e. Jenkins) Change-Id: Ib9ba840811ba95fa2cae50218732a2678900cda4
Brian O'Connor authored -
- URL for creation of a single flow is now /flows/{deviceId} - On successful creation of a flow, Location header contains a reference to the new object's URI - POST operation returns status code of CREATED - implement DELETE operation for /flows/{deviceId}/{flowId} - removed deprecations and warnings from REST API unit test for flows. Change-Id: Idb43a651a659e60c07a6f36dfd69004c814b146b
Ray Milkey authored -
Allowing first call to getNewId() to throw an NPE, and handling initial setup in catch block Change-Id: I409aa9c8a309dbbf4fc3738c3870ec4d91831303
Brian O'Connor authored
-
- 24 Jun, 2015 6 commits
- 23 Jun, 2015 9 commits
-
-
…when the application is uninstalled Change-Id: I5bf7678f50ff3ed2792313383ff738c356bef69f
Madan Jampani authored