- Mar 03, 2015
-
-
Ryan Izard authored
Misc patches
-
- Feb 27, 2015
-
-
Ryan Izard authored
Corrected bug that was generating an exception when retrieving the icmpv...
-
James Merfeld authored
-
- Feb 20, 2015
-
-
Ryan Izard authored
-
Ryan Izard authored
Don't use the Match from the Firewall in Forwarding if a rule allowed the packet. If a packet has been allowed, that means the Forwarding module can send it where it needs to go matching on its header files (which have already been given the OK by the Firewall). If a Firewall rule is very general, e.g. allow all packets through switch 1, then the first packet that traverses the switch will cause Forwarding to insert a general from from port A to port B with no specific hheader field matches (since they weren't specified in the Firewall rule).
-
Ryan Izard authored
Added a patch to support HP ProCurve switches and others that do not support the OFPT_BARRIER_REQUEST message. Updated SFP unit test to include the SEND_FLOW_REM flag in the test flows (forgot from last commit).
-
- Feb 16, 2015
-
-
Ryan Izard authored
SFP support for idle/hard timeouts
-
- Feb 05, 2015
-
-
Ryan Izard authored
SFP supports hard/idle timouts w/drawback of needlessly sending flow_del to switch (which gets silently discarded). This is a good first step but needs to be followed up with a solution to the redundant flow_del msg. Also, patched MatchSerializer to display masks if present and fixed a bug in OFInstructionListSerializer for metadata and goto_table instructions. Added masking support to all SFP match fields. OVS supports some masked fields that are not defined in the OF1.3 spec. Oddly enough, OVS returns a bad-match error message even though the flow gets inserted. I suppose that message is due to the OF protocol not supporting it. OVS should squelch it if it supports it though. In any case, Floodlight is equipped to support all present MatchFields as masked MatchFields in the future. To specify a mask to any field (beside MPLS BOS, which is a boolean), use a CIDR-style '/' after the value and before the mask. All values and masks support decimal or hexadecimal (with leading '0x'), with the exception of all values that are MacAddress or IPAddress types -- they only support hex-string or dotted-decimal, respectively. Lastly, an English typo has been fixed in IStaticFlowEntryPusherService.
-
- Feb 04, 2015
-
-
Ryan Izard authored
Bug fix.
-
Ryan Izard authored
Removed some more unnecessary comments. Don't know how hard_timeout and idle_timeout got reverted in the SFP...
-
Ryan Izard authored
Bug fixes and initial masked-matching support for SFP.
-
Ryan Izard authored
-
- Dec 30, 2014
-
-
Ryan Izard authored
Release of Floodlight Version 1.0
-
Ryan Izard authored
Just kidding. Went ahead and added a general try-catch in for actions an...
-
Ryan Izard authored
Just kidding. Went ahead and added a general try-catch in for actions and matches. In the next minor release, these messages will be returned as errors via the REST API so that partial flows cannot be inserted (based on the correct portions of the JSON-defined flow) and so that the log will not need to be inspected to find the root cause.
-
Ryan Izard authored
Last-minute SFP additions to catch some exceptions.
-
Ryan Izard authored
Last-minute SFP additions to catch some exceptions. Still have more to go, but they can wait, since it'd be from user error.
-
Ryan Izard authored
Create v1.0 branch from openflow-1.3 branch
-
http://github.com/floodlight/floodlightRyan Izard authored
Try to merge OF1.3 code into master branch perferring the OF1.3 code (-s ours)
-
Ryan Izard authored
Updated readme to be a bit more informative.
-
Ryan Izard authored
-
Ryan Izard authored
Fixed typos in readme.
-
Ryan Izard authored
-
Ryan Izard authored
I don't know how this managed to stay, since I removed it in a prior pull request.
-
Ryan Izard authored
Last minute optimizations.
-
Ryan Izard authored
-
Ryan Izard authored
Remove circuitpusher's circuits file.
-
Ryan Izard authored
-
- Dec 29, 2014
-
-
Ryan Izard authored
Removed commits.log.
-
Ryan Izard authored
-
Ryan Izard authored
OF1.3 branch bug fixes and unit tests
-
Ryan Izard authored
-
- Dec 25, 2014
-
-
Ryan Izard authored
-
- Dec 23, 2014
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
Added support for features request message via the REST API. Changed the case of some JSON keys to camel.
-
- Dec 22, 2014
-
-
sanjivininaikar authored
-
sanjivininaikar authored
-
sanjivininaikar authored
-