- 29 Jun, 2016 6 commits
-
-
Log exceptions when trying to access metadata file Close connections opened when checking file availability Change-Id: Ibe89e66ba52dba1c47b559bb784fd7376a3319f2
Jon Hall authored -
Serialization was failing when the inner ByteBuffer instance was a HeapByteBuffer. Also, simplified ImmutableByteSequence.toString() Change-Id: I4f75086a9b6536205fb43b78a0e4d2bfce9e8a5c
Carmelo Cascone authored -
- Implemented a non-blocking Thrift server for the controller (before it was limiting the number of active connections) - Improved configuration swap times by forcing it - Minor bugfixes and polishing - Update onos-bmv2 repo URL in thrift-api pom.xml Change-Id: I13b61f5aa22558c395768e3b445f302b20c5bd33
Carmelo Cascone authored -
Input string from REST should not be converted into byte array directly. Before: "1" -> ascii 49 -> 0x31 After: "0x01" -> 0x01 GroupKey is a byte array with arbitrary length and represented by hex string Change-Id: If27101f0e5522212c7e434fab58b66e67e9676d7
Charles Chan authored
-
- 28 Jun, 2016 17 commits
-
-
treatments. Match and action parameters can now be built from primitive data types (short, int, long or byte[]) which are then casted automatically according to a given BMv2 configuration. Also, simplified demo applications code / structure. Change-Id: Ia5bebf62301c73c0b20cf6a4ddfb74165889106f
Carmelo Cascone authored -
Also minor refactoring of synchronized blocks. Change-Id: Ifea25208ca4f1839bb3f21ba5b5ecfb2441baa35
Carmelo Cascone authored -
- Improved and fixed typos in javadocs - Added missing beta API annotations - Refactored the default interpreter implementation Change-Id: Ibfb21d31415d8f25cc67307f8bea2871951c9a8f
Carmelo Cascone authored -
No need for internet connectivity after the first maven build. Also switched to rawgit.com hosting (no throttling of requests). Minor polishing of the patch script and module structure. Change-Id: I065a62bddc779c698f4b76865525bf4d973ad2ab
Carmelo Cascone authored -
- Fix for NPE issue reported by Jimmy Yan Change-Id: Ie2dfea3fea7dec1bcff73549056f707b9e502b1a
Yuta HIGUCHI authored -
- removed redundant code, added clarifying comments. Change-Id: I8c0f1cfbb94ce03508884d1b1b93351587b0e7ed
Simon Hunt authored -
1. Supprot handle upper case DELETE and fixed DELETE funcion 2. Fixed `POST` can not work if JSON format is correct Change-Id: I762cb73ce73a42393264dcace1beaf5cf53492f7
Phil Huang authored -
Changes: - Adds RandomVLAN behavior as described in ONOS-4570; - Adds a unit test for RandomVLAN; - Fixes the VLAN rewriting; - Updates the unit tests relative to VLAN encapsulation; Change-Id: I52ab2f40a30f3be617606b2b0bb7a89d48414138
Pier Luigi Ventre authored -
- `buck targets` was failing due to this Change-Id: I0f35abdcaad2900cd4616d494f6d4f4c1e9c1b81
Yuta HIGUCHI authored
- 27 Jun, 2016 4 commits
- 25 Jun, 2016 2 commits
- 24 Jun, 2016 3 commits
-
-
- also, a couple of simplifications. Change-Id: I11f878a5f4aa42668519cb26cc882aea296f4ac9
Simon Hunt authored
- 23 Jun, 2016 8 commits
-
-
Validate network configuration is JSON format before POST Change-Id: I6538bba27252c2c06f387804dabe15542988bfa1
Phil Huang authored -
Change-Id: Ib87efe01cb926a3b4c789c9875458ad2ba1b7c8c (cherry picked from commit 25ba5683)
Madan Jampani authored -
Change-Id: I5e6ab619f66ca71badc25efc7be7560070639051 (cherry picked from commit 91e1d737)
Madan Jampani authored -
Change-Id: I8ccd1631fac14b1f753da4fb4b4ed01e5a045edf (cherry picked from commit 8f906bfa)
Madan Jampani authored
-