- 30 Jun, 2016 2 commits
-
-
This should fix the problem seen in VirtualBox where you may have some random interface which is host-only which needs to have port forwarding set up on it. Change-Id: Iacdbb129d52529783bdab1c3d768131f6eaf0364
Bob Lantz authored
-
- 29 Jun, 2016 13 commits
-
-
Addresses [ONOS-4501] and maybe [ONOS-4404] Change-Id: I2bce2d60106e6887d692de484d22b109678ffd46
Jon Hall authored -
Similarly to ONOS-4206, due to a bug in kryo, a non-registered class (Date in this case) was causing such a problem. Change-Id: I993f4b41d4deaa617065b29086a49d834832eca8
Carmelo Cascone authored -
Most notably: - Added support for onos.py's ONOSCluster controller (it works with "mn --custom onos.py,bmv2.py --switch onosbmv2 ...") - Randomly select an open port for the Thrift RPC server Change-Id: Ifa974741dc4a3693777f01866b1f6203d0e7e75e
Carmelo Cascone authored -
Also, added a test for serialization Change-Id: I77e80fa7597b552c71e80c9d39d03549e0325778
Carmelo Cascone authored -
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 2 commits
-
-
- also, a couple of simplifications. Change-Id: I11f878a5f4aa42668519cb26cc882aea296f4ac9
Simon Hunt authored