- Mar 07, 2012
-
-
Rob Adams authored
-
- Mar 06, 2012
-
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/core/internal/Controller.java src/main/java/net/floodlightcontroller/devicemanager/Device.java src/main/java/net/floodlightcontroller/devicemanager/DeviceAttachmentPoint.java src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java src/main/java/net/floodlightcontroller/forwarding/Forwarding.java src/main/java/net/floodlightcontroller/routing/ForwardingBase.java src/main/java/net/floodlightcontroller/routing/IRoutingDecision.java src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java
-
Rob Vaterlaus authored
Initial support for OVS-style role request messages and maintaining connections with switches in a backup role [#23366119]. Added REST API to get/set the current role of the controller [#2336329]. Added simple health check REST API [#23364299]. Fixed off-by-one error in the message code values for the role request/reply messages.
-
- Mar 05, 2012
-
-
Srinivasan Ramasubramanian authored
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/devicemanager/DeviceAttachmentPoint.java src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java src/main/java/net/floodlightcontroller/forwarding/Forwarding.java src/main/java/net/floodlightcontroller/routing/ForwardingBase.java src/main/java/net/floodlightcontroller/topology/ITopologyService.java src/main/java/net/floodlightcontroller/topology/internal/TopologyImpl.java src/test/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImplTest.java src/test/java/net/floodlightcontroller/forwarding/ForwardingTest.java src/test/java/net/floodlightcontroller/staticflowentry/StaticFlowEntryPusherTest.java
-
Rob Adams authored
-
Srinivasan Ramasubramanian authored
-
abat authored
Some cleanups (https://github.com/floodlight/floodlight/pull/39)
-
Alex Reimers authored
Move getData from OFMessageFilterManager to OFMessage and remove the dependency of CoreModule on IOFMessageFilterManagerService.
-
Srinivasan Ramasubramanian authored
New TopologyManager. Previous TopologyImpl would simply do link discovery. Cosmetic refactoring (renaming etc.) would be done separately.
-
Alex Reimers authored
-
- Mar 04, 2012
-
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Updates to BroadcastTree data structure; Renaming of IRoutingEngineService to IRoutingService; Updates to signatures of IRoutingService interface methods.
-
- Mar 03, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
- Mar 02, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Introduce ILinkDiscovery as the base class from which ILinkDiscoveryService and ILinkDiscoveryListener are extended. Introduce link types in ILinkDiscovery. The link type is sent to all listeners.
-
abat authored
Re-write of the Static Flow Entry Pusher. This one uses memory storag… (https://github.com/floodlight/floodlight/pull/38)
-
Alex Reimers authored
Re-write of the Static Flow Entry Pusher. This one uses memory storage notifications and supports more actions.
-
Mandeep Dhami authored
-
Srinivasan Ramasubramanian authored
-
abat authored
Improved Module Loader REST interface (https://github.com/floodlight/floodlight/pull/37)
-
Rob Sherwood authored
-
Alex Reimers authored
Fix restPort hard coding
-
Rob Sherwood authored
Now can show only loaded modules and links dependencies
-
Rob Sherwood authored
Added REST support for querying loaded modules
-
Rob Sherwood authored
Available under /wm/core/module/list/json
-
- Mar 01, 2012
-
-
Srinivasan Ramasubramanian authored
-
abat authored
Only measure the start and end time of an OFMessage if the processing… (https://github.com/floodlight/floodlight/pull/35)
-
Alex Reimers authored
-
Rob Adams authored
Conflicts: src/main/java/net/floodlightcontroller/devicemanager/internal/DeviceManagerImpl.java src/main/java/net/floodlightcontroller/topology/ITopologyService.java src/test/java/net/floodlightcontroller/forwarding/ForwardingTest.java
-
Rob Adams authored
-
Michael Stolarchuk authored
-
- Feb 29, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
Delete methods in IRoutingInterface that refer to switch objects. [It is also not used anywhere in the code as of now.]
-