- Mar 12, 2015
-
-
Ryan Izard authored
Fixed a bug that caused flows without instructions/actions (i.e. drop flows) to throw an exception during serialization. This addresses an issue common to the SFP and the switch flow stats reply serialization (since they both rely on the same core.web serializer).
-
- Mar 10, 2015
-
-
Ryan Izard authored
Fixed a bug where table ID, group ID, and cookie mask were attempted to be serialized for an OF1.0 switch. Should probably refactor this to make the code less repetetive now.
-
- Mar 09, 2015
-
-
Ryan Izard authored
Fixed a tough bug in MatchUtils. OFPorts are integers in OF1.3, but those who specify local, controller, etc. as 65534, etc. will not work with OF1.3. This is a temporary fix and should be fixed properly to allow the full range of ports.
-
Ryan Izard authored
Let's try this again. Fixed the two SFP bugs (Maxence's bug and another that prevented adding drop flows with null or empty-string actions). Also, replaced netty with a newer version in preparation for SSL support.
-
Ryan Izard authored
Revert "Fixed a couple bugs in SFP. (1) Always check the switch we're pushing a new flow to to see if an old flow needs to be removed from another switch (Maxence's bug). (2) Check for empty string in action lists and only print/add actions if they are specified. This allows an empty string or null to mean 'drop.'" This reverts commit e2458ef3.
-
Ryan Izard authored
Fixed a couple bugs in SFP. (1) Always check the switch we're pushing a new flow to to see if an old flow needs to be removed from another switch (Maxence's bug). (2) Check for empty string in action lists and only print/add actions if they are specified. This allows an empty string or null to mean 'drop.'
-
- 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 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
Removed some more unnecessary comments. Don't know how hard_timeout and idle_timeout got reverted in the SFP...
-
Ryan Izard authored
-
- Dec 30, 2014
-
-
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. 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
-
sanjivininaikar authored
-
sanjivininaikar authored
-
sanjivininaikar authored
-