- 13 Apr, 2015 3 commits
-
-
- Cleaned up front and backend - modified table row select callback to take the click $event (in app and device view) - panel has device glyph - closing panel deselects clicked on row Change-Id: I42c372c74fd9fd417ceff01e424f754ea2559595
Bri Prebilic Cole authored
- 12 Apr, 2015 2 commits
-
-
…ice, added CSS for panel, populates panel with properties and a close button. Change-Id: Ia510b1e47fecc9140adcb1596c365a4114784b88
Bri Prebilic Cole authored
-
- 11 Apr, 2015 9 commits
-
-
…or registered glyphs/sprites. - Also, initial sketch for externally injected sprite definition and placement. - Added 'cloud' sprite data. Change-Id: I1c38d50212a6d67e00e9b7c15427f6e0af40b539
Simon Hunt authored -
…exts from the behaviours. Change-Id: I973888190d569e7e147376b5ae4da9d2f2d9c620
Thomas Vachuska authored
-
- 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 22 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