- Mar 06, 2012
-
-
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
-
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
-
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.]
-
abat authored
Create NullCounterStore and NullPktInProcessingTime modules. (https://github.com/floodlight/floodlight/pull/34)
-
Alex Reimers authored
-
abat authored
stats for broadcast and multicast pktIns (https://github.com/floodlight/floodlight/pull/33)
-
Alex Reimers authored
Create NullCounterStore and NullPktInProcessingTime modules. These are used to create a minimal configuration for performance testing or to turn them off.
-
Kanzhe Jiang authored
-
Subrata Banerjee authored
switch. Added parameter to pushRoute to pass flow mod. command type and if messages to be flushed after the write().
-