- Mar 26, 2012
-
-
abat authored
Added a DeviceManager REST API. (https://github.com/floodlight/floodlight/pull/61)
-
Alex Reimers authored
Added a DeviceManager REST API. You can use this to see what devices the controller has learned along with their IPs and attachment points.
-
- Mar 24, 2012
-
-
abat authored
Small fixes & tweaks. (https://github.com/floodlight/floodlight/pull/59)
-
Gregor Maier authored
-
abat authored
Attachment point move suppresion when moving from non-broadcast domain port to broadcast domain port wasn't working. Fixed. (https://github.com/floodlight/floodlight/pull/58)
-
- Mar 23, 2012
-
-
Gregor Maier authored
We really don't use any feature of the class Short anyways. toString was limited to 255 ports. Fixed
-
Gregor Maier authored
-
Gregor Maier authored
Attachment point move suppresion when moving from non-broadcast domain port to broadcast domain port wasn't working. Fixed.
-
Srinivasan Ramasubramanian authored
Increase the timeout for switching attachment point from non broadcast domain ports to broadcast domain ports to 5 minutes (from 5 seconds).
-
- Mar 22, 2012
-
-
Rob Adams authored
-
Srinivasan Ramasubramanian authored
If the attachment point of device moves too fast from a non-broadcast domain switch port to a broadcast domain switch port, ignore learning and stop processing the packets.
-
Alex Reimers authored
npe
-
Rob Sherwood authored
Needed to move threadpool reference into startup() was in init()
-
- Mar 21, 2012
-
-
Shudong Zhou authored
-
abat authored
Make the module loader more resilient to configuration errors. (https://github.com/floodlight/floodlight/pull/56)
-
Alex Reimers authored
1 - Handle the case where you specify more than one module that provides the same service in the config. Print out an error message saying which ones are conflicting. 2 - If a service has more than one implementation and none are specified in the configuration file print out which modules can be used in the error message.
-
abat authored
Move the thread pool out of IFloodlightProvider and into it's own service (ITheadPoolService). (https://github.com/floodlight/floodlight/pull/55)
-
Shudong Zhou authored
-
Srinivasan Ramasubramanian authored
-
Alex Reimers authored
-
Alex Reimers authored
-
Alex Reimers authored
-
- Mar 20, 2012
-
-
Srinivasan Ramasubramanian authored
-
abat authored
Change output of Processing Time module so it's easier to understand. (https://github.com/floodlight/floodlight/pull/54)
-
Srinivasan Ramasubramanian authored
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
-
- Mar 17, 2012
-
-
Srinivasan Ramasubramanian authored
-
- Mar 16, 2012
-
-
Srinivasan Ramasubramanian authored
-
abat authored
Lots of refactoring to PacketInProcessingTime module. (https://github.com/floodlight/floodlight/pull/53)
-
Alex Reimers authored
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
Device manager will learn new attachment points only if the switch ports do not belong to the same broadcast domain.
-
- Mar 15, 2012
-
-
abat authored
Allow mac-ip learning on both ARP request and reply (https://github.com/floodlight/floodlight/pull/52)
-
Kanzhe Jiang authored
-
Srinivasan Ramasubramanian authored
-
- Mar 14, 2012
-
-
abat authored
Only learn ip address from ARP replies (https://github.com/floodlight/floodlight/pull/51)
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
- Mar 13, 2012
-
-
abat authored
Format datalayer address in log messages (https://github.com/floodlight/floodlight/pull/50)
-