Skip to content
Snippets Groups Projects
  1. Feb 27, 2015
  2. Feb 05, 2015
    • Ryan Izard's avatar
      SFP supports hard/idle timouts w/drawback of needlessly sending flow_del to... · 5e994da8
      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.
      5e994da8
  3. Feb 04, 2015
  4. Dec 30, 2014
  5. Dec 29, 2014
  6. Dec 25, 2014
  7. Dec 23, 2014
  8. Dec 22, 2014
  9. Dec 21, 2014
  10. Dec 19, 2014
    • Ryan Izard's avatar
      Added insertion of default table-miss flow for OF1.3 switches. Also added... · df825121
      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).
      df825121
    • Ryan Izard's avatar
      Added REST API support for getting list of loaded and all modules. Tinkered... · 07cf733b
      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.
      07cf733b
  11. Dec 18, 2014
  12. Dec 17, 2014
Loading