Skip to content
Snippets Groups Projects
  1. Apr 03, 2015
  2. Mar 26, 2015
    • Ryan Izard's avatar
      Forwarding's doDropFlow() changed to not base Match on OFPacketIn, which it... · d8a6f21b
      Ryan Izard authored
      Forwarding's doDropFlow() changed to not base Match on OFPacketIn, which it shouldn't in the first place. We need to first deserialize the packet and use its header attributes. TODO: How much is too much to match on? Sometimes we want a very specific match by default. Other times, we don't. The former creates a larger flow table, while the latter might inadvertently match packets that we don't intend to. Perhaps this should be a user-configurable option? Such as net.floodlightcontroller.Forwarding.matchLayer=L2, L3, or L4?
      d8a6f21b
  3. Mar 20, 2015
  4. Mar 15, 2015
  5. Mar 14, 2015
  6. 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
  7. Mar 12, 2015
  8. Mar 10, 2015
  9. Mar 09, 2015
  10. Mar 03, 2015
  11. Feb 27, 2015
  12. Feb 20, 2015
  13. Feb 16, 2015
  14. 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
  15. Feb 04, 2015
  16. Jan 21, 2015
  17. Jan 13, 2015
  18. Dec 30, 2014
Loading