- 31 May, 2016 6 commits
-
-
- copy exist in src/test/java/org/onosproject/bgpio/types/attr/ Change-Id: I25cec163e5493b509281500df7d7f80cd1c2aee1
HIGUCHI Yuta authored
- 28 May, 2016 3 commits
-
-
Also added bool() helper method to JsonUtils and RequestHandler. Change-Id: Ie3a9db983f0936b1ad48488ce19d1cdc2e20c16a
Simon Hunt authored
- 27 May, 2016 6 commits
-
-
Change-Id: I937808577ceed5c43afe840fb543af3a6c2401fd (cherry picked from commit 356da766)
Simon Hunt authored -
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 8 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