- May 21, 2017
-
-
QingWang0909 authored
Update : Fix a bug for StatisticCollector.java causes by a change of OpenFlow protocols, with Parameterized JUnit test
-
- May 20, 2017
-
-
QingWang0909 authored
-
- May 19, 2017
-
-
QingWang0909 authored
-
- May 10, 2017
-
-
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.
-
- Mar 07, 2017
-
-
Ryan Izard authored
Add CPAnalyzer module
-
Ryan Izard authored
-
- Feb 21, 2017
-
-
Ryan Izard authored
Fixed bug that made impossible to remove member or pool, if class abo…
-
Geddings Barrineau authored
* Updated pom.xml to reflect Loxigen version update. * Updating Guava version to keep in step with Loxigen.
-
- 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 14, 2016
-
-
Geddings Barrineau authored
Fixed ConcurrentModificationException error in StaticEntryPusher.java
-
- 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'.
-
- Nov 10, 2016
-
-
Ryan Izard authored
add tcp_flags matching to forwarding module
-
- Oct 18, 2016
-
-
allewwaly authored
-
- Oct 15, 2016
-
-
Ryan Izard authored
Fixed small syntax mistake in README
-
- Oct 05, 2016
-
-
Jamie Bird authored
-
- Sep 22, 2016
-
-
Ryan Izard authored
Fixed link cost calculation
-
Ryan Izard authored
Firewall Optimization
-
- 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.
-
Ryan Izard authored
Fix autogenerated logback file in floodlight.sh
-
mknjc authored
-
- Sep 18, 2016
-
-
David Pernes authored
-
- Sep 17, 2016
-
-
David Pernes authored
-
David Pernes authored
-
David Pernes authored
-
- Sep 13, 2016
-
-
Ryan Izard authored
Fix ConcurrentModifcationException in Forwarding
-
Ryan Izard authored
-
- Sep 10, 2016
-
-
David Pernes authored
-
Ryan Izard authored
add ConcurrentCircularBuffer
-
Ryan Izard authored
-
- Sep 06, 2016
-
-
Ryan Izard authored
Update ant javadoc source version to 1.8
-
Ryan Izard authored
-
- Sep 01, 2016
-
-
Ryan Izard authored
update web UI to latest
-
Ryan Izard authored
-
Ryan Izard authored
REST API bug
-
Ryan Izard authored
-
Ryan Izard authored
Updated web UI submodule.
-