- May 09, 2013
-
-
abat authored
Updates to link discovery based on switch state and notification changes. (https://github.com/bigswitch/bigswitchcontroller/pull/3285)
-
Srinivasan Ramasubramanian authored
-
Rob Adams authored
-
Srinivasan Ramasubramanian authored
-
Rob Adams authored
Conflicts: floodlight/src/main/resources/floodlightdefault.properties
-
Rob Adams authored
-
Gregor Maier authored
-
Gregor Maier authored
-
- May 08, 2013
-
-
Srinivasan Ramasubramanian authored
Change topologyChanged() method signature to provide an unmodifiable list of applied updates during the method call.
-
Gregor Maier authored
-
Gregor Maier authored
Still needs more work: * we don't generate updates if a stored switch has changed yet * we don't deal with (unlikely) change of port name <-> number
-
abat authored
BVS known devices for sync and small change for SwitchPort (https://github.com/bigswitch/bigswitchcontroller/pull/3271)
-
abat authored
flow reconcile engine - cleanup and minor fixes (https://github.com/bigswitch/bigswitchcontroller/pull/3270)
-
Gregor Maier authored
-
Gregor Maier authored
it pretty much was immutable already but it wasn't explicit since members weren't private final. Now they are.
-
abat authored
Add event to signal when all switches have reconnected after failover. (https://github.com/bigswitch/bigswitchcontroller/pull/3268)
-
Vishnu Emmadi authored
-
Vishnu Emmadi authored
add default constructor for LinkInfo add JsonIgnore annotation for getLinkType as it does not correspond to an actual class variable
-
abat authored
Fix Helium bug in switch state machine. More controller.java unit tests (https://github.com/bigswitch/bigswitchcontroller/pull/3254)
-
Gregor Maier authored
-
Gregor Maier authored
-
- May 07, 2013
-
-
Gregor Maier authored
-
Gregor Maier authored
Add event to signal when all switches have reconnected after failover
-
meiyangbigswitch authored
-
Gregor Maier authored
Also add more resilience to consolidateStore.
-
Rob Adams authored
-
Rob Adams authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
Gregor Maier authored
-
meiyangbigswitch authored
-
Shudong Zhou authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
-
Gregor Maier authored
* Fix switch state-machine bug. Need to set the state before calling sendRoleReqest because sendRoleRequest could directly set the role to Master if the switch is known to not support Nicira role requests * In REST handling: replace empty roleChangeDescription with none so we don't violate IFloodlightProvider.setRole's contract of requiring a non-null description * Use correct package name for FloodightProvider in bigfloodlight.properties
-
- May 06, 2013
-
-
Gregor Maier authored
-
Gregor Maier authored
-
meiyangbigswitch authored
-
meiyangbigswitch authored
Conflicts: bigfloodlight/src/main/java/com/bigswitch/floodlight/bvs/manager/internal/BVSManagerImpl.java bigfloodlight/src/main/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/VirtualRouterManager.java bigfloodlight/src/main/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/VirtualRouting.java bigfloodlight/src/main/java/com/bigswitch/floodlight/bvs/virtualrouting/serviceinsertion/internal/ServiceInsertionServiceImpl.java bigfloodlight/src/main/java/com/bigswitch/floodlight/bvs/web/FlowCacheMgrResource.java bigfloodlight/src/main/java/com/bigswitch/floodlight/flowcache/BigFlowCache.java bigfloodlight/src/main/java/com/bigswitch/floodlight/flowcache/BigFlowReconcileManager.java bigfloodlight/src/main/java/com/bigswitch/floodlight/forwarding/Forwarding.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/manager/internal/BVSManagerImplTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/ArpManagerTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/DhcpManagerTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/VirtualRoutingHintTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/virtualrouting/internal/VirtualRoutingTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/bvs/virtualrouting/serviceinsertion/internal/ServiceInsertionServiceEndToEndTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/flowcache/BigFlowCacheTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/flowcache/BigFlowReconcileMgrTest.java bigfloodlight/src/test/java/com/bigswitch/floodlight/forwarding/PushRewriteRouteTest.java floodlight/src/main/java/net/floodlightcontroller/core/internal/Controller.java floodlight/src/main/java/net/floodlightcontroller/core/util/AppCookie.java floodlight/src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java floodlight/src/main/java/net/floodlightcontroller/flowcache/FlowCache.java floodlight/src/main/java/net/floodlightcontroller/flowcache/IFlowCacheService.java floodlight/src/main/java/net/floodlightcontroller/topology/TopologyInstance.java
-
meiyangbigswitch authored
-