- 01 Jul, 2016 14 commits
-
-
-Fixes ICMP/ARP handler to deals with floatingIP. -Fixed some bugs in ARP/ICMP handler. Change-Id: Ie06fdcce25f8a58e2f14e9050bfb7e430ddfd3af
hyungseo Ryu authored -
- Note: envDefaults internally checks bits timestamp to use latest bits. Change-Id: Id5852b731432fca64397ea24dea1713f432a6329
Yuta HIGUCHI authored -
This was causing intermittent failures in some intent tests because the id generator was not unbound and subsequent tests would fail trying to assign a new one. Change-Id: Id10caf69c32383b27d246426c29972b7654b40bb
Ray Milkey authored
- 30 Jun, 2016 6 commits
-
-
- lower log to appropriate level - cosmetic changes Change-Id: I41eac5ba9cdc370e8dc007156f0c7220e765e92c
Yuta HIGUCHI authored -
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 7 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