Skip to content
Snippets Groups Projects
  1. Mar 20, 2015
  2. Mar 15, 2015
  3. Mar 14, 2015
  4. Mar 13, 2015
    • Ryan Izard's avatar
      Merge pull request #501 from rizard/v1.0 · a3404fd0
      Ryan Izard authored
      Lots of goodies (including SSL support for OpenFlow connections)
      a3404fd0
    • Ryan Izard's avatar
      SSL support for southbound OpenFlow sockets. Enable/disable SSL from... · 0b5c1873
      Ryan Izard authored
      SSL support for southbound OpenFlow sockets. Enable/disable SSL from floodlightdefault.properties (YES=enabled, NO=disabled to the useSsl variable), set the keystore, and password. By default, SSL is disabled. Keystore needs to be configured with a public/private/cert for FL and with the certificates for each OVS ahead of time. Each key should have the same password as the keystore itself.
      0b5c1873
  5. Mar 12, 2015
  6. Mar 10, 2015
  7. Mar 09, 2015
  8. Mar 03, 2015
  9. Feb 27, 2015
  10. Feb 20, 2015
  11. Feb 16, 2015
  12. 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
  13. Feb 04, 2015
  14. Jan 21, 2015
  15. Jan 13, 2015
  16. Dec 30, 2014
Loading