Skip to content
Snippets Groups Projects
  1. 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
  2. Sep 20, 2016
    • Michele Iessi's avatar
      Fixed link cost calculation · ffa7810a
      Michele Iessi authored
      Fix for link cost calculation into TopologyInstance for the metric "utilization". It was an erroneous copy-paste from the link-speed case.
      ffa7810a
  3. Sep 18, 2016
  4. Sep 17, 2016
  5. Sep 13, 2016
  6. Sep 10, 2016
  7. Sep 01, 2016
  8. Aug 28, 2016
  9. Aug 23, 2016
  10. Aug 19, 2016
  11. Aug 16, 2016
  12. Aug 12, 2016
  13. Aug 11, 2016
  14. Aug 10, 2016
  15. Aug 08, 2016
  16. Aug 05, 2016
  17. Jul 30, 2016
  18. Jul 27, 2016
  19. Jul 24, 2016
  20. Jul 19, 2016
  21. Jul 18, 2016
  22. Jul 15, 2016
Loading