Skip to content
Snippets Groups Projects
  1. Oct 30, 2014
  2. Oct 27, 2014
  3. Oct 26, 2014
  4. 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
  5. Sep 15, 2014
  6. Aug 27, 2014
  7. 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
  8. 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
  9. Aug 06, 2014
  10. Jul 28, 2014
  11. 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
  12. Feb 28, 2014
  13. 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
  14. Jun 25, 2013
  15. Jun 21, 2013
  16. Jun 20, 2013
  17. Jun 18, 2013
  18. Jun 17, 2013
  19. Jun 14, 2013
  20. Jun 13, 2013
  21. Jun 12, 2013
  22. Jun 11, 2013
  23. Jun 10, 2013
  24. Jun 04, 2013
  25. Jun 02, 2013
  26. May 31, 2013
    • Saurav Das's avatar
      code cleanup · 0ac1876f
      Saurav Das authored
      0ac1876f
    • Saurav Das's avatar
      Few changes to DebugEvents · 9b431bca
      Saurav Das authored
       - flushNow is a property of the update instead of the event
       - event timestamp is displayed in ISO8601 style
       - event registry returns an event updater object instead of the eventId
       - event update is done with a user defined object which is accessed via reflection and annotations
       - metadata is expressed using varargs and metadata string constants
       - changed unit tests
      9b431bca
  27. May 29, 2013
  28. May 25, 2013
Loading