- Jul 25, 2012
-
-
Kanzhe Jiang authored
-
Srinivasan Ramasubramanian authored
-
Mandeep Dhami authored
-
Alex Reimers authored
-
Srinivasan Ramasubramanian authored
Bug fix: handleLLDP() method uses incorrect port variable when getting the state of the packet-in port.
-
- Jul 22, 2012
-
-
Srinivasan Ramasubramanian authored
Bug fix: prevCluster assignment is changed to reflect the L2 domain ID of the prev entity. It was possible for cur and prev to be swapped when duplicate attachment points were detected, where the prevCluster could have the wrong assignment.
-
- Jul 20, 2012
-
-
Munish Mehta authored
Correct the set/get of TOS bits in OFMatch. The 6-bits of DSCP need to be top 6-bits of the network ToS byte.
-
Alex Reimers authored
Add a unit test that makes sure an exception is thrown when someone tries to remove a switch from the active switch map.
-
- Jul 19, 2012
-
-
Gregor Maier authored
BSC-2116
-
Gregor Maier authored
-
Gregor Maier authored
BSC-2116
-
Alex Reimers authored
Change OFPacketIn.MINIMUM_LENGTH from an int to a short. OFPacketIn.setTotalLength() expects a short.
-
- Jul 17, 2012
-
-
Gregor Maier authored
-
- Jul 14, 2012
-
-
Wilson Ng authored
During flow reconciliation, device manager should not call learnDeviceByEntity, which would incorrectly update timestamps of entities existing in flow cache. It should call findDeviceByEntity instead.
-
- Jul 13, 2012
-
-
Alex Reimers authored
-
- Jul 11, 2012
-
-
Alex Reimers authored
-
- Jul 09, 2012
-
-
Gregor Maier authored
If we cannot find an entity in the primary index we need to classify it into an IEntityClass and the search in the class index.
-
Gregor Maier authored
* Fixed couple of bugs in Device.getIPv4Addresses(). * Add more debugging output to DeviceManagerImpl
-
- 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]
-
- Jul 04, 2012
- Jul 03, 2012
-
-
Alex Reimers authored
-
Colin Dixon authored
-
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
-
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]
-
Alex Reimers authored
-
- Jun 27, 2012
-
-
Rob Adams authored
-
Alex Reimers authored
2 - Fix some tabbing.
-
Alex Reimers authored
-
- Jun 25, 2012
-
-
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
-
-
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
-
-
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
-
Munish Mehta authored
-