- 10 Apr, 2015 4 commits
-
-
- Avoid NPE when a component has no configurable property or doesn't exist - Specificly use a numeric value for SharedExecutors.DEFAULT_POOL_SIZE so the value appears in cfg command - Also use print instead of system.err since it is being redirected away from the console Change-Id: Ib73016b1a9282493f0c5c8c217dd33292eac4ba4
Jon Hall authored
- 09 Apr, 2015 24 commits
-
-
…l devices every 10 seconds. Also, implemented a simple portstats ONOS CLI command to show the statistics. Change-Id: I57e046ae2c2463a58b478d3a5b523422cde71ba2
sangho authored -
- ICMP/ARP/IP handlers are implemented as a part of the application for now - Default routing and link add/failure/recovery are also supprted - Temporary NetworkConfigHandler, which is hardcoded to support only 6 router FISH topology, is used for test - Some fixes on GroupHanlder app to support transit routers - Supports multi-instance (tested with two instances) Change-Id: Idfa67903e59e1c4cac4da430f89cd4c50e821420
sangho authored -
…nt shutdown; added shutdown to CoreManager.deactivate. Change-Id: I27f31b5d41050d6d87cd6419ab863201c4585843
Thomas Vachuska authored -
… requests from other onos instances Change-Id: Ib2abb483456538e3e08e9790c4b4b0d50db8b384 implemented a distributed default flow registration mechanism to avoid duplicate requests from other onos instances Change-Id: I620cc51ac29cddaffa73cdbb20e9a9acbdd9ea69
alshabib authored -
This supports a wider variety of OSes other than just Ubuntu. Change-Id: Ib8505aa504f568ffdc556b20fb1d07a082d90229
Jonathan Hart authored -
leaders. Includes update to leaders CLI command to list candidates. part of: Device Mastership store on top of LeadershipService Reference: ONOS-76 Conflicts: core/store/dist/src/main/java/org/onosproject/store/consistent/impl/DistributedLeadershipManager.java Change-Id: I587bb9e9ad16a9c8392969dde45001181053e5e6
Ayaka Koshibe authored -
- ONOS-1012: Fix TCP checksum when using IPv6 - ONOS-1013: Fix UDP checksum when using IPv6 - ONOS-1593: Remove get/setTcpChecksum - Remove unnecessary parameter of getUrgentPointer() in TCP - Complete javadoc for TCP - Add unit test for {TCP,UDP,ICMP6} Change-Id: Iad5eeb35812ede6764a9a9a4a57b9837e5ea5dd6
Charles M.C. Chan authored -
- Device, Port, Link can now be encoded and decoded back to Java Object, which will be Object#equals to the original. - Modified DeviceServiceAdapter to be null-safe when possible - Modified JSON assertion/matcher not to check for exact number of attributes Change-Id: I7cf02e2254cf17f6265fb15847912519e564b14f
HIGUCHI Yuta authored -
…d couple of areas that are currently vulnerable to clock skew Change-Id: I14548ecb3c783104de8d72cbb5eb21de6ece08ed
Madan Jampani authored
- 08 Apr, 2015 7 commits
-
-
…f the topology view toolbar, instead of being in the masthead. Keystroke 'N' for cycle node layers added. Button glyph added. Fixed previously unseen broken unit tests for table.js. Change-Id: I6e53bdc6cacbf41b990abd07d30fc99ef4c3b8c0
Bri Prebilic Cole authored
- 07 Apr, 2015 5 commits
-
-
These objective will be used to provide a layer of abstraction that isolates applications for device pipeline details. initial objective support Change-Id: I019302822421f0fe1f508f2f7527d91578e30116 initial implemetation of a simple pipeline behaviour Change-Id: Id0d9167896c717d05cda90e1524fc24c76e9fc9b initial implementation of objectives Change-Id: I768fa2020308d5feb95eaaff355aa511b323beca
alshabib authored -
This module can handle 3 cases: (1) one host wants to talk to another host, both two hosts are in SDN network. (2) one host in SDN network wants to talk to another host in Internet. (3) one host from Internet wants to talk to another host in SDN network. In all cases, we use MultiPointToSinglePointIntent. Change-Id: I80dd954bd608e52b45b993f3c27e67636a7105d9
Pingping Lin authored -
… in Device View. Removed rounded bottom corners of tabular views, created table.css instead of using common.css Change-Id: I77ff4c3abe051e1e4e566eb805e4b4a695f011ba
Bri Prebilic Cole authored