Skip to content
Snippets Groups Projects
  1. May 21, 2017
  2. May 20, 2017
  3. May 19, 2017
  4. May 10, 2017
    • Geddings Barrineau's avatar
      Fixed a bug in the Topology Manager dealing with Archipelagos and clusters. (#750) · 7c756148
      Geddings Barrineau authored
      * Fixed a bug in the Topology Manager dealing with Archipelagos and clusters. Also fixed a few broken tests.
      
      The bug in question came in two parts:
      1) The way a Cluster hashcode was previously calculated meant that any cluster with an ID less than 2^32 was given a hashcode of 0. The Cluster hashCode function has been fixed.
      and
      2) Archipelagos were previously stored in a HashSet. This was a mistake as archipelagos are by currently mutable objects. This meant that if an archipelago was modified, its hashcode would be modified as well, making it impossible to retrieve the archipelago in question from the HashSet of archipelagos. To fix this problem, archipelagos are now stored in a List.
      7c756148
  5. Mar 07, 2017
  6. Feb 21, 2017
  7. Feb 20, 2017
  8. Feb 07, 2017
    • Geddings Barrineau's avatar
      Add Intel port stats experimenter property serializer. (#732) · 78b56f52
      Geddings Barrineau authored
      * Fixed IP_TOS match problem.
      
      In MatchUtils.java where the IP_TOS match string is converted into ECN and DSCP fields, incorrect values were passed into each fields constructor. To fix the problem, the ECN and DSCP bits had to be isolated and then passed into each constructor.
      
      * Fixed a bug that had to do with the order of bitwise operations when dealing with IP_TOS matches. By adding parenthesis, we ensure that the 'and' is done before the 'shift'.
      
      * Added null check for Apply Actions Miss property in the table features. This table feature can be inferred if it does not exist.
      
      * Fixed bug that would cause a set_dst_port action to result in a set_src_port action instead. Simple copy paste error.
      
      * Added updated openflowj jar files for the intel experimenter port stats reply.
      
      * Added openflowj javadoc jar.
      
      * Add stats reply serializer for the intel port stats experimenter property.
      
      * Updated pom.xml to reflect Loxigen version update.
      78b56f52
  9. Dec 14, 2016
  10. Dec 12, 2016
  11. Dec 01, 2016
    • Geddings Barrineau's avatar
      Fixed copy paste bug in ActionUtils (#727) · 5aaf95d9
      Geddings Barrineau authored
      * Fixed IP_TOS match problem.
      
      In MatchUtils.java where the IP_TOS match string is converted into ECN and DSCP fields, incorrect values were passed into each fields constructor. To fix the problem, the ECN and DSCP bits had to be isolated and then passed into each constructor.
      
      * Fixed a bug that had to do with the order of bitwise operations when dealing with IP_TOS matches. By adding parenthesis, we ensure that the 'and' is done before the 'shift'.
      
      * Fixed bug that would cause a set_dst_port action to result in a set_src_port action instead. Simple copy paste error.
      5aaf95d9
  12. Nov 15, 2016
    • Geddings Barrineau's avatar
      IP_TOS Match bug fix (#725) · bdddcb48
      Geddings Barrineau authored
      * Fixed IP_TOS match problem.
      
      In MatchUtils.java where the IP_TOS match string is converted into ECN and DSCP fields, incorrect values were passed into each fields constructor. To fix the problem, the ECN and DSCP bits had to be isolated and then passed into each constructor.
      
      * Fixed a bug that had to do with the order of bitwise operations when dealing with IP_TOS matches. By adding parenthesis, we ensure that the 'and' is done before the 'shift'.
      bdddcb48
  13. Nov 10, 2016
  14. Oct 18, 2016
  15. Oct 15, 2016
  16. Oct 05, 2016
  17. Sep 22, 2016
  18. Sep 20, 2016
  19. Sep 18, 2016
  20. Sep 17, 2016
  21. Sep 13, 2016
  22. Sep 10, 2016
  23. Sep 06, 2016
  24. Sep 01, 2016
Loading