- Jul 20, 2012
-
-
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)
-
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
-