Skip to content
Snippets Groups Projects
  1. Nov 07, 2014
  2. Nov 05, 2014
  3. Nov 03, 2014
  4. Oct 31, 2014
  5. Oct 30, 2014
  6. Oct 27, 2014
  7. Oct 26, 2014
  8. Oct 10, 2014
    • Ryan Izard's avatar
      Fixed some more unit tests. In the process, discovered some errors in more... · 5b0933bb
      Ryan Izard authored
      Fixed some more unit tests. In the process, discovered some errors in more overridden equals(). Also, discovered I had inadvertently commented out an important few lines the routing module uses to set the ingress port of flows used in the route. Those lines are now ported and use MatchUtils to copy the Match properly.
      5b0933bb
  9. Sep 15, 2014
  10. Aug 27, 2014
  11. Aug 14, 2014
    • Ryan Izard's avatar
      Fixed lots of compile errors in unit tests; mostly involved replacing longs... · 36810baf
      Ryan Izard authored
      Fixed lots of compile errors in unit tests; mostly involved replacing longs with DatapathIds, byte[]s with MacAddresses and Ipv4Addresses, and shorts with OFPorts and VlanVids; some refactoring of flow mod contruction was also done to align with loxi's builders. The static flow puser now supports IP TOS for OF1.0 and for OF1.1+ it supports match/rewrite to either ECN or DSCP bits.
      36810baf
  12. Aug 12, 2014
    • Ryan Izard's avatar
      Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the... · 11aa1c29
      Ryan Izard authored
      Static Flow Pusher supports all OF1.3 matches and most OF1.3 actions (with the exception of masks). LoadBalancer corrected; OFFlowAdd used instead of OFFlowModify and OFPort.ZERO correct to OFPort.ANY. ActionUtils, MatchUtils, and InstructionUtils added to support static flow pusher. Strings defining flow fields *standardized* for Floodlight in the new utils classes. This means the REST API for the SFP will expect a sligthly different syntax than the current REST API (for master and 0.90). We can change the field names easily though in the utils files. These names are also referenced for the keys the SFP uses to store flow match fields and actions, just to be consistent.
      11aa1c29
  13. Aug 06, 2014
  14. Jul 28, 2014
  15. Jun 18, 2014
    • Ryan Izard's avatar
      Changes so far · 4ae94669
      Ryan Izard authored
      Refactored structure of core components to work with openflowj-loxi.
      Presently refactoring Routing, Firewall, Forwarding, DeviceManager,
      LinkDiscovery, Topology, and LearningSwitch.
      Hub has been refactored.
      4ae94669
  16. Feb 28, 2014
  17. Jun 26, 2013
    • Saurav Das's avatar
      Includes: · c9804a84
      Saurav Das authored
          1) Ability to ask for last N events
          2) Events now show up with most-recent-first
          3) Including ThreadName as one of the columns
          4) Ensuring moduleName and eventNames in URL do not include '/'
          5) Removing dead code in Event.java
          6) Updating unit tests
      c9804a84
  18. Jun 25, 2013
  19. Jun 21, 2013
  20. Jun 20, 2013
  21. Jun 18, 2013
  22. Jun 17, 2013
  23. Jun 14, 2013
  24. Jun 13, 2013
  25. Jun 12, 2013
Loading