- 01 Sep, 2016 15 commits
-
-
Easier bugfix part of ONOS-5183 - "-p" used by multiple options - fix completer definition Change-Id: I1cb97b93ad9143c7a025813628077e5a6cde2bc5
Yuta HIGUCHI authored
-
- 31 Aug, 2016 15 commits
-
-
Changes: - Adds extension to mp2sp intents; - Adds extension to linkcollection intents; - Adds extension to mp2sp compiler; - Adds extension to linkcollection compiler; - Adds unit tests for both mp2sp and linkcollection intents; Change-Id: I673c2b660d2364c510b1b3050ed3626ad2f37bda
Pier Ventre authored -
Changes: - Adds mirroring behaviour; - Adds mirroring description; - Adds mirroring name; - Implements for Ovsdb the mirroring; - Adds OvsdbMirror entity; - Adds constants related to Mirror table; - Fix one issue related to Mirror table - Extends OvsdbClientService introducing mirroring; - Implements mirroring functionality in DefaulOvsdbClient; - Support for different types of device id Change-Id: Ie291f49b3c61b7998010f555ae11deb8c021063d
Pier Ventre authored
- 30 Aug, 2016 10 commits
-
-
- Changed color scheme / hover behavior - Differentiate between regular buttons and toggle buttons (visually) - (Added temp. placeholders for 'endstation' and 'relatedIntents' glyphs) Change-Id: I0338b076fe71e58a274542360b2b077c93dd867d
Simon Hunt authored -
Different threads could call run(), satisfy() and fail() method. Each of the methods reads/writes multiple fields during the method call. These method calls need to be synchronized to gurantee to see the latest value. Change-Id: Ic252b56e0902170d7e0fdb83f96f0fb2e55ec56b
Sho SHIMIZU authored -
Multiple threads could access the field, lastSink, then they should read the latest value of lastSink Change-Id: I279ed6fa3db357008603cde5cb2c57671e66b33c
Sho SHIMIZU authored -
The field, dispatchFuture, is accessed in activate() method and the thread where Watchdog is running. Then, different threads could access the field and couldn't read the latest value. Change-Id: Iceb390bcf3c5711c1dbb59198667138c8a90b036
Sho SHIMIZU authored