Skip to content
Snippets Groups Projects
  1. Apr 17, 2015
  2. Apr 16, 2015
  3. Apr 13, 2015
  4. Apr 08, 2015
  5. Apr 03, 2015
  6. 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
  7. 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
  8. Mar 20, 2015
  9. Mar 19, 2015
  10. Mar 17, 2015
  11. Mar 16, 2015
  12. Mar 15, 2015
  13. Mar 14, 2015
  14. 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
  15. Mar 12, 2015
  16. Mar 10, 2015
  17. Mar 09, 2015
Loading