- 27 May, 2016 5 commits
-
-
Change-Id: Ief362489fe9b563606f07d52c300629af23b6372 (cherry picked from commit d7ff34d6)
Madan Jampani authored -
Change-Id: I9fa1268ba07734130ab7618e2110c053499bf1f1 (cherry picked from commit a82b2171)
Madan Jampani authored -
During the installation process, the list of flows to remove and the list of flows to install were computed into the same variable, so the list of adds overwrote the list of removes. The fix is to put them all onto the same list. Change-Id: I1f0c7f0a7b3c76f50afdb121dbba70010df79fab (cherry picked from commit fd724409)
Ray Milkey authored -
Note: If you're using optical devices currently in "default" driver bundle, (LINC-OE, Calient fiber switch, ECI devices, OpLink ROADM) you'll need to load the driver/app "drivers.optical" in adition to default drivers e.g., a) Add to cell definition export ONOS_APPS=${ONOS_APPS},drivers.optical b) Activate after starting ONOS onos> app activate org.onosproject.drivers.optical Change-Id: I126c09bebc816d11b4700a80e7a36a8e6c3e1b49
HIGUCHI Yuta authored
-
- 26 May, 2016 12 commits
-
-
- Assumption is that problem is triggered, when response is already received before setting the completion stage to capture execution thread. Change-Id: I17fdc82be1f6083ed3075858433b347b2caed4cf
HIGUCHI Yuta authored -
Change-Id: I5398cb6e85f06efd7937562ba0d9a51eff23572d (cherry picked from commit 8d0ad2fa)
Gaurav Agrawal authored
- 25 May, 2016 5 commits
-
-
Change-Id: I4c9d39a2e83315324c23954e491b20d43a5c63cc (cherry picked from commit 7ff0643f)
Phaneendra Manda authored -
Change-Id: Ia6278b1125c5e821441a45c33fcbbec71ecff7a0 (cherry picked from commit e614e3fd)
Thomas Vachuska authored -
Added topojson files for all supportted maps, optimised the countries topojson files to remove unused properties. Added Javadocs for UiTopoMap Refactored Topo Maps to use UiTopoMapFactory, UiTopoMap classes. Change-Id: I976137baa7f62a81e48231e1612b967d39dc641d Refactored Topo Maps to use UiTopoMapFactory, UiTopoMap classes. Change-Id: I976137baa7f62a81e48231e1612b967d39dc641d Added Copyright Change-Id: Ie62171ba6ab08bbf955bc444cd2db41d0c30baaa Added file path for topojson or svg Change-Id: Ib1fc79672079ec4c6e2cd35bc39a28abeafca297 Line break to account for the soft limit Change-Id: Ib2b57ceee139b20a73d7ad0110b37fc1b5326ed7 Added File Path to the Map Class Change-Id: Ic6ae4ca507e58155bb106ad46be14e048dc3a95c Added File Path to the Map Class Change-Id: Ib2200b0bf315f9dccb581447ddb4b6f6669e34ff (cherry picked from commit 3a9a6447)
Steven Burrows authored
- 24 May, 2016 9 commits
-
-
The default pipeline driver was not calling the success callback for next objectives. This caused the intent installer to think there were still flows in need of installation, and the intent never completed. Change-Id: Ib411c317b28475cfc1e966e31f859cebbeea3792 (cherry picked from commit ce7db1b6)
Ray Milkey authored -
Change-Id: I54fa47764df45c834b57be9cdc7dec28a30c25c3 (cherry picked from commit 2205624d)
Thomas Vachuska authored -
Also added names to some serializer for debugging purpose Change-Id: I0997b61a5d08df84c85ca28f6a5ed23417fb8c22
Charles Chan authored
- 23 May, 2016 9 commits
-
-
[ERROR] Project requires an incorrect minimum version of Maven. [ERROR] Either change plugin versions to those compatible with 3.0.1 [ERROR] or update the pom.xml to contain [ERROR] <prerequisites> [ERROR] <maven>3.0.3</maven> [ERROR] </prerequisites> Change-Id: I022bc7201d8c2324c5840710f51185c88441fb8d
HIGUCHI Yuta authored -
Adds an UpdateRequest message. This contains a set of keys that a node is missing updates for. The receiver will then send an UpdateEntry for each missing key to the requester. Change-Id: I2115f4a05833b51ae14d1191f09f083b5251f8ec
Jon Hall authored