- 17 May, 2016 16 commits
-
-
Created UiLinkId to canonicalize identifiers for UI links, based on src and dst elements. Added idAsString() and name() methods to UiElement. Added toString() to UiDevice, UiLink, UiHost. Created Mock services for testing. Change-Id: I4d27110e5aca08f29bb719f17e9ec65d6786e2c8
Simon Hunt authored -
By default, we now forward the following ports from port on eth0 to port+N on onosN: 8101 (KarafPort) 8181 (GUIPort) (also REST) 6643 (OpenFlowPort) Note: this will not work if your default interface is called something other than eth0. Also: added null topology so we can use onos.py to control an external/hardware network. Bugs: it seems that iptables isn't cleaned up completely - Mininet's NAT element may be to blame. Change-Id: I2197194100a77ebfddd0d38ad5194ad7569ceba3
Bob Lantz authored -
- Implements scalable gateway interface methods - Implements gateway node management Change-Id: Ie5eb400b52df49dc36aef951e356e04b6238d59d
Kyuhwi Choi authored -
FAILURE org.onosproject.provider.snmp.device.impl.SnmpDeviceProviderTest testDeactivate: java.util.ConcurrentModificationException at java.util.HashMap$ValueSpliterator.forEachRemaining(HashMap.java:1625) at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) at org.onosproject.provider.snmp.device.impl.SnmpDeviceProvider.deactivate(SnmpDeviceProvider.java:140) at org.onosproject.provider.snmp.device.impl.SnmpDeviceProviderTest.testDeactivate(SnmpDeviceProviderTest.java:111) Change-Id: Ie72ee2da15377d5eaa91a056c36035b38c014ae2
HIGUCHI Yuta authored -
- move ProtoBuf generated code in a package similar to ONOS models. Change-Id: I5deb591094c2b8af2b22041da935567fc8dacd87
HIGUCHI Yuta authored -
- Made optical domain path computation to take care of capacity of optical channel. - Removed hard coded signal types. - Rebased to new optical device/port implementation. Change-Id: I8e030fee83c5a05a51bef470363e247ac8943ab7
Naoki Shiota authored -
- removeSink() at deactivate - added log messages - wrapped null return value with Optional Change-Id: Ic5361df3cf82f99af315b2551d33bb84aed241ed
Naoki Shiota authored
- 16 May, 2016 15 commits
-
-
Partial fix for ONOS-4528 - String, primitives, and it's boxed type is pre-registered. https://github.com/EsotericSoftware/kryo#registration - Ip4Address part of MISC ⊂ API - DefaultPortStatistics, DeviceId part of API Change-Id: Iabf4b497f3680245bd8897c41c573febe936ff3d
HIGUCHI Yuta authored -
Adding ability to specify structure/size of the cell. Change-Id: I2b721dac187cc1a73be2949bdb71709ad72cbb48
Thomas Vachuska authored -
Adding ability to specify structure/size of the cell. Change-Id: I5e87c99fe8812ba0a974d7815ab8ddc64193a608
Thomas Vachuska authored
- 15 May, 2016 1 commit
- 14 May, 2016 3 commits
- 13 May, 2016 5 commits