- Sep 01, 2016
-
-
Ryan Izard authored
-
- Aug 19, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Improve getPath() functions. Null is no longer returned anywhere. Instead, we use empty Path objects to indicate a path was not found.
-
- Aug 16, 2016
-
-
Ryan Izard authored
-
- Aug 12, 2016
-
-
Ryan Izard authored
Allow retrieval of VLAN tag from packet-in match. The VLAN tag might be here if the switch popped the VLAN tag from the packet itself prior to encapsulating it in the packet-in message.
-
- Aug 10, 2016
-
-
Ryan Izard authored
-
- Aug 08, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
-
- Aug 05, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
- Jul 30, 2016
-
-
Ryan Izard authored
-
- Jul 27, 2016
-
-
Ryan Izard authored
-
- Jul 24, 2016
-
-
Ryan Izard authored
Add new detailed-match property to define source and destination addresses to match on in each layer. Also add in-port as an optional match for the existing match property.
-
Ryan Izard authored
-
- Jul 19, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Don't use statistics service to get link speed. This can be derived from the IOSwitchService more efficiently. Remove link speed function from IStatisticsService.
-
Ryan Izard authored
-
- Jul 18, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Change log levels of frequent, unnecessary logs to debug. Were previously warn. Add new RoutingManager to properties
-
Ryan Izard authored
-
Ryan Izard authored
Restrict access to TopologyInstance constructor and compute() functions. Other public functions should also be changed to private or protected.
-
- Jul 17, 2016
-
-
Ryan Izard authored
-
- Jul 15, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
Create RoutingManager that is separate from TopologyManger. It hooks into TopologyManager via new ITopologyManagerBackend, butmakes it much more obvious that the TopologyManger and TopologyInstance is responsible for much of the routing. Before this change, the actual 'routing' and 'path-finding' implementation location wasn't very clear.
-
Ryan Izard authored
More REST API updates. Added JsonObjectWrapper class to wrap types that Jackson will serialize into arrays (illegal if outer type in JSON).
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
compute() has been optimized and all old code is gone. We no longer need to compute trees for each cluster. Furthermore, the computation of broadcast ports has been streamlined. Other routing/topology refactoring has been done as well.
-
- Jul 14, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Next round of refactoring. Attempting to normalize the terminology used. Fixed some bugs that have been around for a while too.
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
unit tests fixed by fixing an archipelago bug. A cluster is a *strongly connected* group of switches. A switch that is weakly connected to a cluster but not strongly connected to any other cluster will exist in its own cluster. This weak link, if not an external/BDDP-discovered link, will not be used to try and compute paths. Thus, while we compute clusters, any link that is not within a cluster and is not an external link is stored for reference when computing archipelagos. Essentially, the external links which typically are between clusters get merged into a new set with these weak links to allow for proper computation of archipelagos.
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
Firewall cookies (aka Issue #663)
-
Ryan Izard authored
-