- 21 Jul, 2016 5 commits
-
-
- Add uplink interface to the router bridge - Set separate controller for the router bridge - Use OVSDB provider to check the ports list and keep OVSDB session Limitation: OVSDB provider does not provide port or bridge updates, that is, any changes on the router bridge may not be detected by ONOS Change-Id: I1f17f4fb2c050afdbda1e5ffc06f6485903d3d90
Hyunsun Moon authored -
- Reverting iteration through meta instructions to earlier mode Assuming instructions appear in the order they were added - Saving explicitly provided VlanId to new variable modifiedVlan: modifiedVlan is the value to be used when modifying existing tag assignedVlan is the value to be pushed to untagged packets pushedVlan is the value to be pushed to tagged packets (i.e. when pushVlan == true) - Extra checks added for the following cases: Do not allow to pop tag after modifying existing tag Do not allow to modify a tag after pushing a new tag Do not allow including multiple modify VLAN operations Change-Id: I92801e3845a2ca1e88181698cb0ba3c22224acf4
Konstantinos Kanonakis authored -
Also implemented equals, hashCode, and toString for GatewayNode. Change-Id: I4c487cafa263833701c5790b2057c1d9c23e33bf
Hyunsun Moon authored
-
- 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
-