- Jul 07, 2012
-
-
Gregor Maier authored
-
- Jul 06, 2012
-
-
abat authored
updated CLI (https://github.com/floodlight/floodlight/pull/199)
-
Colin Dixon authored
-
- Jul 05, 2012
-
-
Gregor Maier authored
* implement findDestDeviveByEntity() * findDevice() and findDestDevice() will now throw an exception of the supplied fields are not sufficient for the lookup * test and comment polishing * reorganizing testing code [BSC-1838]
-
abat authored
Make getLinkType() in LinkDiscoveryManager public. (https://github.com/floodlight/floodlight/pull/198)
-
- Jul 04, 2012
- Jul 03, 2012
-
-
Gregor Maier authored
-
abat authored
Re-add getLinkType() into LinkDiscoveryManager. (https://github.com/floodlight/floodlight/pull/197)
-
Alex Reimers authored
-
abat authored
making it possible to get LinkType information both from LinkInfo.getLin... (https://github.com/floodlight/floodlight/pull/196)
-
Colin Dixon authored
-
abat authored
The Web UI now has icons and stuff (https://github.com/floodlight/floodlight/pull/195)
-
Wes Felter authored
(These icons were designed from scratch by me with ASL 2.0 license.) Nodes are now labeled with their name (DPID or IP+MAC). Added a hack to ignore multiple attachment points for hosts, since Floodlight's concept of attachment points doesn't correspond to the physical topology.
-
- Jul 02, 2012
-
-
Gregor Maier authored
-
Wes Felter authored
-
Gregor Maier authored
-
Kanzhe Jiang authored
Fix a NPE in injectOFMessage
-
Kanzhe Jiang authored
-
abat authored
Added less confusing constructor for OFActionOutput (https://github.com/floodlight/floodlight/pull/193)
-
Rob Sherwood authored
and associated javadocs
-
- Jun 29, 2012
-
-
Gregor Maier authored
[BSC-1838]
-
- Jun 28, 2012
-
-
Gregor Maier authored
* IEntityClassifier only returns a single entity class per entity and all entities of a device must belong to the same entity class. Semantics for multiple classes was unclear. * IEntityClassifier is now an IFloodlightService to have a cleaner way of setting the classifier to use (the classifier needs to be set before DeviceManager.startUp() is called). [BSC-1838]
-
abat authored
Fix an issue with static flow entry pusher where it was not correctly (https://github.com/floodlight/floodlight/pull/192)
-
Alex Reimers authored
-
- Jun 27, 2012
-
-
abat authored
Don't set role again if it's the same. Partial fix for BSC-1835 (https://github.com/floodlight/floodlight/pull/190)
-
abat authored
Fix a topo issue and comment updates. (https://github.com/floodlight/floodlight/pull/191)
-
Rob Adams authored
-
Alex Reimers authored
2 - Fix some tabbing.
-
Alex Reimers authored
-
- Jun 26, 2012
-
-
abat authored
Make role change code more robust. (https://github.com/floodlight/floodlight/pull/189)
-
Gregor Maier authored
-
- Jun 25, 2012
-
-
abat authored
Update to getRoute() method to provide complete path even when only one switch is involved. (https://github.com/floodlight/floodlight/pull/188)
-
Srinivasan Ramasubramanian authored
getRoute() method must provide the complete route from source port to destination port even when the route involves only one switch. getRoute() must also not provide route from same switch-port to itself.
-
- Jun 24, 2012
-
-
abat authored
Refactoring of Route class. (https://github.com/floodlight/floodlight/pull/187)
-
Srinivasan Ramasubramanian authored
Refactoring Route class and getRoute() methods to maintain and provide a sequence of switch-ports, rather than links. Update unit tests accordingly.
-
- Jun 23, 2012
-
-
abat authored
Link discovery manager must send LDUpdates when port status change affects existing links. (https://github.com/floodlight/floodlight/pull/186)
-
Srinivasan Ramasubramanian authored
Link discovery manager must send LDUpdate when port status change message is received if it affects any links that is already known.
-
- Jun 22, 2012
-
-
Srinivasan Ramasubramanian authored
Link discovery must ignore all externally-generated link-local frames.
-
Srinivasan Ramasubramanian authored
-