- 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
-
-
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
-
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.
-