- 21 Jul, 2016 18 commits
-
-
- Was excluding EdgePort when trying to remove EdgePort... Change-Id: I79da723da5b045e322ec9b9cdb5457a17f1aceb4
Yuta HIGUCHI authored -
- Assign names to the thread used in the event loop Change-Id: I5446801c3113ef4ca3b887346a07dda66a84638b
Yuta HIGUCHI authored -
- Use information in the distributed Map to determine if the Host has moved instead of instance local cache view. Change-Id: I374e7cf9f4f03451770b137ef2e835e6c578a463
Yuta HIGUCHI authored -
Adding support for wiping out regions and layouts. Refactored UI layout manager to allow public knowledge of default layout id. Enhanced test topo for layout hierarchy. Change-Id: I254fd494175e753f542f12a664618c1a83f72127
Thomas Vachuska authored -
The plan is to augment these events as we figure out what they will look like when populated. Change-Id: I3aa1cb22a6e339bf9f6f86fc1587783c0f63a9b6
Simon Hunt authored -
- this is WIP: still need to extract data from model cache. Change-Id: I5ab843a1c352275a8da89964c886b660e3b8b616
Simon Hunt authored -
Also improved openstackInterface to create Jersey client once and give better warnings. Fixed missing web context, too. Change-Id: Ifc835b98f30d5daf566eb22dfe3af34f23634e09
Hyunsun Moon authored -
- 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 4 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
-