- 23 Aug, 2016 10 commits
-
-
Triggered by three edges between two vertices. More work needed to address the remaining issues in the class implementation. Change-Id: Ice1fa85f1b9213680e063e362db4d734d212f6f0
Thomas Vachuska authored -
- step toward runtime driver reconfig Change-Id: I55a9db9a6c2e54a25ca18bec326f4fb33a013d74
Yuta HIGUCHI authored -
Change-Id: Id4e5913cb69e913190a0b32cd41bac0dbe786729 (cherry picked from commit 924c54cc)
Kavitha Alagesan authored -
Change-Id: Ibdb6dfea672c0900fd3d8dea0441c55c23940f81 (cherry picked from commit 6683c2fc)
Kavitha Alagesan authored
- 22 Aug, 2016 16 commits
-
-
- Driver definition for Lagopus switch. http://www.lagopus.org/ -- Just exposing VLAN/MPLS resources for now. Change-Id: I97f233140a84d133e087db6ace64d49eb6e6ba25
Yuta HIGUCHI authored -
Addressing review comments of patch-2 Fixing javadoc warnings Pushing changes for onos-5146 - Added 2 new APIs in DeviceService.java to get port specific PortStatistics by specifying Device ID & Port Number. Also implemented the APIs in SimpleDeviceStore etc. This will be a very useful API for app developers who are intersted to query port specific port statistics Change-Id: I8f3e5a443eb5b50237a679999311b48609e54a44
Viswanath KSP authored -
With this commit, we try to deserilize all LispAfiAddress from all LISP control message classes. Change-Id: Iaf911bff90c45a70859285e426dc1649c3e6db32
Jian Li authored -
- Revisiting netty configuration based on: -- http://normanmaurer.me/presentations/2014-facebook-eng-netty/slides.html#11.0 -- http://normanmaurer.me/presentations/2014-facebook-eng-netty/slides.html#14.0 Change-Id: I6fe5586908ce2b7c87fd00c8f9da6cca3d907d10
Yuta HIGUCHI authored
- 19 Aug, 2016 14 commits
-
-
The MP2SP intent doesn't support having the egress port in the in ingress port list. Change-Id: I84471b9fce9c1dc072f3dce3d907ba86ba65a575
Jonathan Hart authored -
Its ARP packet processor conflicts with the other ARP proxies for the hard-coded particular IP address 10.0.0.2 Change-Id: Iec4931510f182a28d097b715433781798649b800
Hyunsun Moon authored -
- If the field type is fixed and the type is final, Class info can be omitted - Annotations serializer to use optimization based on the fact Map<String, String> and non-null key/value - Reduce number of Map copy required for ImmutableMap serializer - Reduce number of array copy behind Immutable{List, Set} serializer Change-Id: Ie467a943a33fbfb43b289b8b71ad91ee5890bfb0
Yuta HIGUCHI authored -
- WARN:Serialized bytes are not binary compatible - Release summary: https://github.com/EsotericSoftware/kryo/releases/tag/kryo-parent-4.0.0 - KryoNamespace: stop using direct buffer This might fix ONOS-5130 Change-Id: I6e1e00f147a90ae8bfded78b2fa3a77158602c76
Yuta HIGUCHI authored
-