- Jul 28, 2012
-
-
Srinivasan Ramasubramanian authored
-
Srinivasan Ramasubramanian authored
-
- Jul 27, 2012
-
-
Srinivasan Ramasubramanian authored
Update to link discovery manager. LLDPs are sent every one second; with a three second timeout on ports where links were already found. On ports where links are not present, LLDPs are sent once in every 15 seconds.
-
Rob Adams authored
-
Munish Mehta authored
-
Alex Reimers authored
-
- Jul 26, 2012
-
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
Kanzhe Jiang authored
-
Ananth Suryanarayana authored
-
Rob Adams authored
-
- Jul 25, 2012
-
-
Kanzhe Jiang authored
-
Ananth Suryanarayana authored
-
Srinivasan Ramasubramanian authored
-
Mandeep Dhami authored
-
Alex Reimers authored
-
Ananth Suryanarayana authored
-
Srinivasan Ramasubramanian authored
Bug fix: handleLLDP() method uses incorrect port variable when getting the state of the packet-in port.
-
- Jul 24, 2012
-
-
Ronald Li authored
-
- 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
-
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
-