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