Skip to content
Snippets Groups Projects
  1. May 01, 2015
  2. Apr 27, 2015
  3. Apr 17, 2015
  4. Apr 16, 2015
  5. Apr 13, 2015
  6. Apr 08, 2015
  7. Apr 03, 2015
  8. Mar 27, 2015
    • deepurple's avatar
      Correct the spelling error · 7477eb97
      deepurple authored
      In line 329 of StaticFlowEntryPusherResource.java, the word "flow mod"
      is spelled as "flod mod".
      Just encountered that when using the rest api, so I fixed it.
      7477eb97
  9. 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
  10. Mar 20, 2015
  11. Mar 19, 2015
  12. Mar 17, 2015
  13. Mar 15, 2015
  14. Mar 14, 2015
  15. Mar 13, 2015
    • 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
  16. Mar 12, 2015
  17. Mar 10, 2015
  18. Mar 09, 2015
  19. Feb 27, 2015
  20. Feb 20, 2015
  21. 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
  22. Feb 04, 2015
Loading