- 31 May, 2016 20 commits
-
-
- enable parameters for onos cli commands (e.g. onos:apps -a) - don't depend on onos1's name - reduce dependencies on unnecessary variables - enable running if karaf isn't installed elsewhere - make NAT an option Change-Id: I3e8abd51aa8d3f5c7afab1c6b86e50707de20ef6
Bob Lantz authored -
Change-Id: Ib610895b3e2251af1ae5b1cae2b9b8f378a8d920 (cherry picked from commit 18b27e2b)
Sho SHIMIZU authored -
This resolves ONOS-4281 Change-Id: I0739ba94cc0b3ce617e2db44307fef396dcfb942 (cherry picked from commit 34e2c1c2)
Sho SHIMIZU authored -
This is for ONOS-4281 Change-Id: I83de45368485a3c4f6c052b64ef82e846c0553e3 (cherry picked from commit 8a703934)
Sho SHIMIZU authored -
This is for ONOS-4281 Change-Id: Ic4b6e2f00555681bb2af39dc1cf764d325ae8744 (cherry picked from commit abdf2df3)
Sho SHIMIZU authored -
This is for ONOS-4281 Change-Id: I156f23aa7027381cdd4453631654d7eaa33858dd (cherry picked from commit 32c07af2)
Sho SHIMIZU authored -
- copy exist in src/test/java/org/onosproject/bgpio/types/attr/ Change-Id: I25cec163e5493b509281500df7d7f80cd1c2aee1
HIGUCHI Yuta authored
- 29 May, 2016 1 commit
-
-
…Also update the resource information from BGP-LS update. Change-Id: I3ac50941c2841c104393fc543107496bffe92bbc
Priyanka B authored
-
- 28 May, 2016 2 commits
-
-
Also added bool() helper method to JsonUtils and RequestHandler. Change-Id: Ie3a9db983f0936b1ad48488ce19d1cdc2e20c16a (cherry picked from commit 9bf93564)
Simon Hunt authored
- 27 May, 2016 14 commits
-
-
ONOS-4598, ONOS-4607, ONOS-4610, ONOS-4611] Prefix addition from config and defect fixes. Change-Id: Ieaab5d3e0fe9a1bfa24a2527eeec5435cf0a1b85
janani b 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 -
,ONOS-4558,ONOS-4545,ONOS-4543,ONOS-4546] Checkstyle error in generated code handled and defect fixed. Change-Id: Ifef5a22f91d4ee21767f1e2c6d0dd5b5b0b8cfcc
Bharat saraswal authored
- 26 May, 2016 3 commits
-
-
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
Ray Milkey authored