Skip to content
Snippets Groups Projects
  1. Nov 01, 2014
  2. Oct 31, 2014
    • hwchiu's avatar
      Try to fix the WEBUI · ec6fc333
      hwchiu authored
      1.	Serialize the return value of /wm/core/controller/switches/json
      2.	Serialize the OFDescStatReply
      3.  Serialize THE OFAggregateStatREply
      4.  Modify the webui to make it fit the current restapi format
      ec6fc333
    • Ryan Izard's avatar
      Fixed some DeviceManager unit tests and (not quite a bug but) an issue... · 2ccdc1bf
      Ryan Izard authored
      Fixed some DeviceManager unit tests and (not quite a bug but) an issue converting an Entity to a SyncEntity, which requires primitives for serialization. I tried to supply the MacAddress, IPv4Address, etc JSON serializer classes via the @JsonSerialize annotation, but the serializer still didn't do it...
      2ccdc1bf
    • Ryan Izard's avatar
      VirtualNetworkFilter unit tests complete. Found bug in Entity in devicemanger... · 4f2f9696
      Ryan Izard authored
      VirtualNetworkFilter unit tests complete. Found bug in Entity in devicemanger package where null doesn't mean no switch or port anymore; DatapathId.NONE and OFPort.ZERO do instead. An object will always be there (not null), but it's contents will specify whether the Entity has a switch port or not.
      4f2f9696
  3. Oct 30, 2014
  4. Oct 27, 2014
  5. Oct 26, 2014
  6. 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
  7. Sep 16, 2014
  8. Sep 15, 2014
  9. Sep 14, 2014
  10. Sep 11, 2014
    • Ryan Izard's avatar
      Added option to remove debug counters from the hierarchy if it's been added;... · ee7508b4
      Ryan Izard authored
      Added option to remove debug counters from the hierarchy if it's been added; useful for keeping track of switch or device counters, which might not stick around forever. Fixed bug in CounterNode where non-null was returned regardless of whether a counter was already present or was a new counter. DebugCounterServiceImpl prints a debug message if non-null is returned, mistakenly indicating you're adding a counter that you already had registerd (generated TONS of annoying debug messages at startup). Next bug, I accidentally initialized counters twice in the OFSwitchManager; now only done once.
      ee7508b4
  11. Aug 27, 2014
  12. Aug 21, 2014
  13. Aug 17, 2014
  14. Aug 16, 2014
    • hwchiu's avatar
      1. Adding some serializers. · aa76bd53
      hwchiu authored
      2. Use the serializer for some object.
      3. Fix the bug in the buildRoute method on the ToplogInstance
      aa76bd53
  15. Aug 15, 2014
Loading