- Apr 26, 2017
-
-
Diogo authored
-
- Apr 17, 2017
-
-
Diogo authored
-
- Apr 14, 2017
- Apr 13, 2017
-
-
Diogo authored
-
- Apr 06, 2017
- Mar 21, 2017
-
-
Diogo authored
-
- Mar 20, 2017
-
-
Diogo authored
-
- Mar 07, 2017
-
-
Ryan Izard authored
-
- Feb 20, 2017
-
-
Diogo authored
Fix bug where it was impossible to remove member or pool if class above (pool for members and vip for pools) was removed before.
-
- Feb 07, 2017
-
-
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.
-
- Dec 12, 2016
-
-
Shravan S K authored
-
- Dec 01, 2016
-
-
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.
-
- Nov 15, 2016
-
-
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'.
-
- Sep 20, 2016
-
-
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.
-
- Sep 18, 2016
-
-
David Pernes authored
-
- Sep 17, 2016
-
-
David Pernes authored
-
David Pernes authored
-
David Pernes authored
-
- Sep 13, 2016
-
-
Ryan Izard authored
-
- Sep 10, 2016
-
-
David Pernes authored
-
Ryan Izard authored
-
- Sep 01, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
-
Geddings Barrineau authored
-
- Aug 28, 2016
-
-
allewwaly authored
-
- Aug 23, 2016
-
-
AndreMantas authored
-
AndreMantas authored
-
AndreMantas authored
-
AndreMantas authored
-
- Aug 19, 2016
-
-
Ryan Izard authored
-
Ryan Izard authored
Improve getPath() functions. Null is no longer returned anywhere. Instead, we use empty Path objects to indicate a path was not found.
-
- Aug 16, 2016
-
-
Lei Xu authored
-
Lei Xu authored
-
Lei Xu authored
-
Ryan Izard authored
-
- Aug 12, 2016
-
-
Ryan Izard authored
Allow retrieval of VLAN tag from packet-in match. The VLAN tag might be here if the switch popped the VLAN tag from the packet itself prior to encapsulating it in the packet-in message.
-
- Aug 11, 2016
-
-
Lei Xu authored
-
- Aug 10, 2016
-
-
Ryan Izard authored
-