- Dec 22, 2014
-
-
sanjivininaikar authored
-
sanjivininaikar authored
-
sanjivininaikar authored
-
- Dec 17, 2014
-
-
sanjivininaikar authored
Suggested changes made
-
sanjivininaikar authored
Suggested changes made
-
sanjivininaikar authored
Bugs fixed
-
sanjivininaikar authored
-
- Dec 16, 2014
-
-
sanjivininaikar authored
Bug related to IPv6 flow addition fixed
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
sanjivininaikar authored
IPv6 support updated
-
- Dec 15, 2014
-
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
sanjivininaikar authored
Support for IPv6
-
Ryan Izard authored
Tweaked SFP syntax (changed my mind about dl and nw as opposed to eth and ipv4). Added acceptance of hex and decimal input for values. Added previously unimplemented matches/actions in loxi to the SFP. Removed all the FlowReconcileManager stuff from DeviceManagerImpl.
-
- Dec 12, 2014
-
-
Ryan Izard authored
Fixed SFP REST API. Forgot to add new flow's DPID to entry2dpid map, thus flow removal never triggered a flow-del message to the switch. Also, added a serializer for OFFlowMod and for OFFlowModMap. The latter is for the double-map of switch-dpid --> map of flow-name --> OFFlowMod object. The former has been separated, since it a JSON serializer for OFFlowMod might come in handy in the future. A present limitation is that the JSON serializer does not use the same syntax as is used to insert a flow-mod via the SFP REST API. This might be confusing for people if they get different output than what they put in. It's a lot less work to implement the serializer as-is though. The next step will be to match the SFP syntax on a per-field basis in the OFFlowModSerializer class.
-
Ryan Izard authored
-
- Dec 01, 2014
-
-
Ryan Izard authored
Added in NXMs for source and destination tunnel IPs, included in new Loxigen 0.9.0. Used Loxigen's OFFlowModFlags serializers for different OFVersions to fix compile error in StatsReplySerializer introduced upon Loxigen upgrade. Add new OF1.4 counters to DebugCounters to allow unit tests to compile (this is the first step in OF1.4 support =) ).
-
- Nov 21, 2014
-
-
Ryan Izard authored
Updated all unit tests with the uncommenting of debugcounter stuff in the previous commit. For the most part, initialized the MockDebugCounterService and provided it to the MemoryStorageSource to allow counters in the AbstractStorageSourceService.
-
Ryan Izard authored
-
Ryan Izard authored
Fixed some issues with the Firewall and string compares. There are probably some more things that need to be fixed there.
-
- Nov 14, 2014
-
-
Ryan Izard authored
-
Ryan Izard authored
Removed all deprecated flowcache references and marked all flowcache classes as deprecated. Also TODOed the OFMessageDamper Forwarding module unit test. It will always fail until tthe OFMessageDamper is fixed to ignore the XIDs in OFMessages.
-
Ryan Izard authored
OF1.3 handshake unit tests updated. All unit tests can be run together and have zero errors but one failure. The failure is in Forwarding and is expected for the time being until OFMessageDamper/Loxigen is fixed to ignore XIDs in OFMessages. In the previous commit, the unit tests for the flowcache package were completely removed due to the effort required to fix them. I don't know if completely removing the flowcache package though is the best idea. Even if it's not tested and not proven scalable, people might benefit from being able to look at the code. Thus, I've left the package in, at least for the time being.
-
- Nov 13, 2014
-
-
Ryan Izard authored
This is a scattered commit, but it includes more unit test fixes, including Forwarding and the NotificationManager's interdependency issue the unit tests were having when being run together as a group. It also includes some typo repairs. The last major change is a bug fix in the LinkDiscoveryManager that fixes the long-time issue of LINK_ADDED and PORT_STATUS messages being inconsistent when a link is brought up. The issue was a race condition between the PORT_STATUS update timer to process the queues and the propagation of LLDP packets from one switch to another that cause the LINK_ADDED updates.
-
- Nov 10, 2014
-
-
Ryan Izard authored
-
Ryan Izard authored
Moved a couple annoying debug messaged to trace wrt switch connections. Changed logback.xml to debug and higher-level. Removed unused imports and variables in some places to clean up warnings that have arisen over time/mods. Fixed the LoadBalancer so it works with OF1.0 and OF1.3; it no longer composes OFFlowMods using strings! =)
-
- Nov 07, 2014
-
-
Ryan Izard authored
Mid-way through Forwarding unit tests. Added a sample equals to compare OFPacketIns when the XID does not matter (in net.floodlightcontroller.util.OFMessageComparisonUtils.java).
-
Ryan Izard authored
Forgot to fix Hub after playing with it initially. Now defaults to FLOOD OFPacketOuts at the controller, which means no flows are inserted. The option still exists to insert flows instead.
-
Ryan Izard authored
Firewall working and unit tests working. Found an fixed a couple bugs in the Firewall during the process.
-