- Jul 30, 2012
-
-
Gregor Maier authored
-
- Jul 27, 2012
-
-
Gregor Maier authored
-
- Jul 25, 2012
-
-
Gregor Maier authored
-
abat authored
handleLLDP() uses incorrect variable when getting status of packet-in port. Fixed. (https://github.com/floodlight/floodlight/pull/211)
-
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 23, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
abat authored
Commit to fix set/get of the ToS bits in the OFMatch (https://github.com/floodlight/floodlight/pull/210)
-
Gregor Maier authored
Cloning is currently implemented using serialize()/deserialize() which isn't terribly efficient, but one an always revisit if performance becomes an issue.
-
- Jul 22, 2012
-
-
abat authored
Assignment of prevCluster 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. (https://github.com/floodlight/floodlight/pull/209)
-
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 21, 2012
-
-
Gregor Maier authored
-
- 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.
-
abat authored
Another controller unit test. (https://github.com/floodlight/floodlight/pull/208)
-
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.
-
abat authored
Random fixes (https://github.com/floodlight/floodlight/pull/207)
-
Alex Reimers authored
-
Gregor Maier authored
Some small fixes (IndexedEntity, IDevice, tunnelEnabled)
-
- 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 18, 2012
-
-
abat authored
DeviceManager: handle null entity classes returned by classifyEntity (https://github.com/floodlight/floodlight/pull/205)
-
- Jul 17, 2012
-
-
Gregor Maier authored
-
Gregor Maier authored
-
- Jul 14, 2012
-
-
abat authored
Fix Device Manager entity handling code [BSC-2046] (https://github.com/floodlight/floodlight/pull/204)
-
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
-
-
abat authored
Opcodes for RARP in ARP.java (https://github.com/floodlight/floodlight/pull/203)
-
Alex Reimers authored
-
- Jul 11, 2012
-
-
abat authored
Getting rid of warnings in generated thrift code. (https://github.com/floodlight/floodlight/pull/202)
-
Gregor Maier authored
Workaroudn to get rid of warnings in generated thrift code. Modify gen-thrift ant target to add a SupressWarnings("all") to all generated java file (we do a regex replace.) Also retab'ed build.xml file
-
abat authored
IPv4.java - Add static method for IPv4 from int to byte[]. (https://github.com/floodlight/floodlight/pull/201)
-
Alex Reimers authored
-
- Jul 10, 2012
-
-
Gregor Maier authored
DeviceManager and entity classification updates/fixes
-
- 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 07, 2012
-
-
Gregor Maier authored
-
- Jul 06, 2012
-
-
abat authored
updated CLI (https://github.com/floodlight/floodlight/pull/199)
-