-
- Downloads
compute() has been optimized and all old code is gone. We no longer need to...
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.
Showing
- src/main/java/net/floodlightcontroller/routing/IRoutingService.java 42 additions, 21 deletions...ava/net/floodlightcontroller/routing/IRoutingService.java
- src/main/java/net/floodlightcontroller/topology/ITopologyService.java 19 additions, 63 deletions...a/net/floodlightcontroller/topology/ITopologyService.java
- src/main/java/net/floodlightcontroller/topology/TopologyInstance.java 228 additions, 356 deletions...a/net/floodlightcontroller/topology/TopologyInstance.java
- src/main/java/net/floodlightcontroller/topology/TopologyManager.java 10 additions, 50 deletions...va/net/floodlightcontroller/topology/TopologyManager.java
- src/main/java/net/floodlightcontroller/topology/web/PathMetrics.java 10 additions, 10 deletions...va/net/floodlightcontroller/topology/web/PathMetrics.java
- src/test/java/net/floodlightcontroller/forwarding/ForwardingTest.java 6 additions, 6 deletions...a/net/floodlightcontroller/forwarding/ForwardingTest.java
- src/test/java/net/floodlightcontroller/loadbalancer/LoadBalancerTest.java 1 addition, 1 deletion...t/floodlightcontroller/loadbalancer/LoadBalancerTest.java
- src/test/java/net/floodlightcontroller/topology/TopologyInstanceTest.java 7 additions, 8 deletions...t/floodlightcontroller/topology/TopologyInstanceTest.java
Loading
Please register or sign in to comment