- Feb 27, 2015
-
-
James Merfeld authored
-
- 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
-
- Dec 29, 2014
-
-
Ryan Izard authored
-
- Dec 25, 2014
-
-
Ryan Izard authored
-
- Dec 23, 2014
-
-
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
-
sanjivininaikar authored
-
- Dec 21, 2014
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
-
Ryan Izard authored
Updated circuitpusher with new SFP syntax. Updated Forwarding(Base) to use a default priority of 1, since in OF1.3 we have a priority=0 table-miss flow that will also match. Trying to update the Web UI to display flows correctly.
-
- Dec 19, 2014
-
-
Ryan Izard authored
Added insertion of default table-miss flow for OF1.3 switches. Also added clearing of switch tables when switch connects. Both of these only occur if the controller is in the MASTER role for the switch. It if is placed in SLAVE, the switch flow tables will not be modified. Also had to update the unit tests with new expectations for IOFSwitchBackend fuction calls (which was a real pain).
-
Ryan Izard authored
Added REST API support for getting list of loaded and all modules. Tinkered with Web UI's flow action display. The problem is that the actions (write and apply) will not display for any flow. Need to spend some time figuring out the issue.
-
- Dec 18, 2014
-
-
Naveen165 authored
Added support for Group Stats, Group Desc, Group Features, Meter Stats, Meter Config, Meter Features, Table Stats & Table features
-
Naveen165 authored
Added support for Group Stats, Group Desc, Group Features, Meter Stats, Meter Config, Meter Features, Table Stats & Table features
-
Naveen165 authored
Added support for Group Stats, Group Desc, Group Features, Meter Stats, Meter Config, Meter Features, Table Stats & Table features
-
Naveen165 authored
Added serializers for Group Stats, Group Desc, Group Features, Meter Stats, Meter Config, Meter Features, Table Stats & Table features
-
Ryan Izard authored
Added MPLS_BOS and TUNNEL_ID support to SFP, since Loxi now supports it. Also changed MatchUtils's fromString() function's header to include the updated syntax for fields.
-
Ryan Izard authored
Add in firewall again. Fixed an issue where all packets would be dropped if a rule could not be found. Also fixed an issue where all-zero MAC addresses would be used as a match for wildcarded MACs in some cases.
-
Ryan Izard authored
Changed log level to INFO for most packages. Set LLDP log level to INFO to see evidence the controller is alive every 10s.
-
Ryan Izard authored
Verified all REST APIs except Firewall and VirtualNetworkFilter. Added JSON return for clearing SFP flows.
-
- Dec 17, 2014
-
-
sanjivininaikar authored
Suggested changes made
-