- Mar 11, 2012
-
-
Alex Reimers authored
-
- Mar 08, 2012
-
-
abat authored
Changed LLDP's in topodiscovery to real src mac (https://github.com/floodlight/floodlight/pull/45)
-
Rob Sherwood authored
Was sending all zeros for the LLDP's source mac address. Changed to use the sending interface's MAC as advertised from OFPhysicalPort
-
- Mar 07, 2012
-
-
Alex Reimers authored
Don't print out an incorrect warning about floodlight.modules on startup
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
-
abat authored
Extra checks to event history in REST API. (https://github.com/floodlight/floodlight/pull/43)
-
Alex Reimers authored
-
Alex Reimers authored
Changed FloodlightModuleContext to create/return an empty configuration parameter map if a module requests it and it doesn' exist.
-
Subrata Banerjee authored
-
Srinivasan Ramasubramanian authored
-
- Mar 06, 2012
-
-
Srinivasan Ramasubramanian authored
-
abat authored
add per port broadcast cache hit counter and expose them through debug REST API (https://github.com/floodlight/floodlight/pull/42)
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
abat authored
Per module configuration parameters and change the way we look for Floodlight config files. (https://github.com/floodlight/floodlight/pull/41)
-
Alex Reimers authored
-
Alex Reimers authored
Conflicts: src/main/java/net/floodlightcontroller/core/internal/Controller.java
-
Alex Reimers authored
1 - Specified via the command line using -cf <properties file> 2 - Loading config/floodlight.properties if it exists 3 - Using the default src/main/resources/floodlightdefault.properties that is built into the jar.
-
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
-
-
Alex Reimers authored
Use Java properties (either via config file or command line) for per-module specific configuration files. Note: This obsoletes previous command line configuration properties apart from -cf (configuration file).
-
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
-