- 01 Sep, 2016 4 commits
- 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 21 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 -
The field, dispatchLoop, is accessed in activate() method and the thread where Watchdog is running. Then, different threads could access the field and could miss the latest value. Change-Id: Id218522f5b318fb3d05833ba57d908a1bf6d2949
Sho SHIMIZU authored -
Adding buckets to group was ignoring the addition of groups with different weights because they had the same treatment and type. We'll now update such groupbuckets with the desired new parameters. Change-Id: I5f102c5fd78912844883c897bd858ee282f3cc12
Victor Silva authored -
Because recordCount or locatorCount is only used when decoding the LISP control message received from xTR, therefore, there is no need to provide any interface to specify this value from obj builder. Change-Id: I380b275e6f06feb4846b84f62ebf2430ad5a9ec6
Jian Li authored