- 10 May, 2016 33 commits
-
-
With this commit, we can register and query on/off platform applications through REST API. Change-Id: I82e1e0e55bbc017d6c0cce7d9a6af7a578d7196e
Jian Li authored -
- remove duplicate detected - Add little head space, just in case Kryo start registering some more built-ins. Change-Id: I8b1318d0e11ce1c0680aaef29cc88c96af78ae6f
HIGUCHI Yuta authored -
appendValues() -> register() removeValues() -> unregister() Change-Id: I27e2f6e941230a323d1237df02b8b3ae06a24931
Sho SHIMIZU authored -
This is a preliminary work for ONOS-4281. Change-Id: Ifed9c761eb16f6a249a9d069948edc7421301617
Sho SHIMIZU authored -
Now, we have a child map for discrete type resources and a child map for continuous type resources. This is a refactoring for ONOS-4281. Change-Id: I1fc931d6b6599885573908606600a61686073bee
Sho SHIMIZU authored -
Now it uses the model stored in device annotations. Also refactored flow rule translator classes to reflect this change. Change-Id: I46541bcc2ab5a267eef4becb6250b9a99684056a
Carmelo Cascone authored -
Also, moved DeviceId generation logic from Bmv2DeviceProvider to Bmv2Device. Change-Id: I0a7af6d558d054604038a858dce67a2d287bcde3
Carmelo Cascone authored -
routerInterface:When deleting floatingip or routerInterface, some flows are not deleted. Change-Id: I9fc547e53be9bf2f32edf6f4eb3bc6428ca5d27c
lishuai authored
- 09 May, 2016 7 commits
-
-
Moved implementation of the cell command into a script. Change-Id: Iee307d1deca5d91fb0bdb548f67a7276bcf82f22
Thomas Vachuska authored -
improvements - Added listener for hello messages received from Bmv2 devices - Added a periodic poller task to check device reachability and port information updates - Avoids periodically re-connecting the device if it is already available in the core - Fixed minor bug in Bmv2ThriftClient Change-Id: I416d1880773e11b2ac6fa062d8be2b8f280786fb
Carmelo Cascone authored -
- Implementation of a Behavior OpticalDevice has the knowledge of translating annotations into optical specific port. - OpticalDeviceServiceView checks if the Device is a OpticalDevice and translate all the Ports to optical specific port before returning. - This commit contains feedbacks, issues, and fixes by Michele Santuari. - Note: 3 more Port types to go (OduClt, Oms, Otu) Change-Id: I4cbda8bc1922fbdd4dac8de8d02294bad74b8058
HIGUCHI Yuta authored