- 20 Jul, 2016 15 commits
-
-
In this commit, we added List Type, Instance ID Type, Source/Dest Key Type and Application Data Type LCAF address classes. Change-Id: I39881714069a32c52474ee82f8a9acdfcdc862b7
Jian Li authored -
This commit is for check-in initial skeleton code of LISP message encoder and decoder. Change-Id: I007240036852a78ac273e9ec4a84a07ab22ba675
Jian Li authored -
In current implementation, swagger doc does match with codec impl. With this commit, we can assign an exact mastership role for a device through REST API. Change-Id: I5cb3f8d478f8fe3eb22f12fc5254ed8a400d5b56
Jian Li authored -
Arista switch with its recent network OS, EOS, supports remote configuration & control. The protocol for this is Arista's proprietary but REST style. Since ONOS has already REST southbound protocol, the control of Arista switch can be easily done by using this. - Implemnted driver Loader for Arista switch - Implemented DeviceDescriptionDiscovery for Arista switch - [Deleted] Implemented the method sending post to Arista switch and return the result as a String Change-Id: I9d4b8f0d707361949ff530ff414adb0437ae87d9
Daniel Park authored -
Changes: - Add VlanQuery behavior to Corsa driver; Workaround for ONOS-4924 Change-Id: Ib754ead0b752b96968f723d668703ede84820f6e
Pier Ventre authored -
datamodel and listener + defect fix Change-Id: Icefe046d9848935bb6c40a6d7688feb084edd65d
Vidyashree Rama authored
- 19 Jul, 2016 3 commits
-
-
kafkaProducer is now non-static. TODO: KafkaPublisherManager Service and not Singleton. Kafka event publishing. Change-Id: I5ec20a6e4950c38e822468d343521ab77475b7d3
Sanjana Agarwal authored
-
- 18 Jul, 2016 5 commits
-
-
- Edge point update should be triggered based on TopologyEvent. {Device, Link}Event can be triggered before TopologyEvent, which will result in use of the outdated Topology to determine if the port is an edge port leading to incorrect edge port set. (ONOS-4896) - Ports on Edge Link should not be considered part of infrastructure, should be candidate for Edge point. Change-Id: I7d69cc242ba7849996c1105ccd1956975db63480
Yuta HIGUCHI authored
-
- 16 Jul, 2016 6 commits
- 15 Jul, 2016 6 commits
-
-
- Added initial event generation (layout/region/ etc.) -- WIP Change-Id: I2f93eea7505ff0400085d7f67491f6b61231cb86
Simon Hunt authored -
Stub Implementation of KafkaStorage Service. Change-Id: Iad929a8f1b13149583c9526b41e8f1a3a829fa1e
Shravan Ambati authored -
- Fix GatewayNode externalInterface from list to string - Fix GatewayService externalPort from list to portNumber Change-Id: I8869c7bf550e005db854b464763cc2bc321faa6a
Kyuhwi Choi authored -
- Fixed javadoc warnings - Removed commented code lines - Removed OpenstackNetworkingConfig and SubjectFactories class which is no longer used - Fixed scalablegateway app artifact ID - Use PORT_NAME defined in net.AnnotationKeys Change-Id: Id18501addefa12655e4946b9931ec094a34ee83c
Hyunsun Moon authored -
- When security groups are updated, updates the flow rules for the security groups via the SecurityGroupService. Change-Id: I13eacd3a21f804221bdd29105a304a9a1e10f2a8
sangho authored
-
- 14 Jul, 2016 5 commits
-
-
- Add the following commands for FJ OLT volt-onus <netconf:target> <ONU ID> volt-setonu <netconf:target> <ONU-ID:parameter type:parameter value> volt-onustats <netconf:target> {ONU-ID} volt-rebootonu <netconf:target> <ONU-ID> volt-ethloopback <netconf:target> <ONU-ETH-ID[:loopback mode]> - Add the method of doUserRpc() in Netconfsession/NetconfSessionImpl *If you dont allow to implement the method, i can move it to our XmlUtility method. - Add new behaviours in /core/.../net/behaviour, and @Beta in the interface. - Move those behaviour interface to fujitsu driver directory. * VoltPonLinkConfig.java as well. - Update fujitsu-drivers.xml - Change the method name from doUserRpc to doWrappedRpc Change-Id: Ic39d3a11ba35d2377e552af097eda65c5554c63f
Akihiro Yamanouchi authored
-