- Aug 30, 2017
- Jul 06, 2017
-
-
Ryan Izard authored
Fix bug for ActionUtils.java
-
- Jun 01, 2017
-
-
AmanYang authored
Missed a break statement in case SET_QUEUE, which caused an error when parsing SET_QUEUE;
-
- May 31, 2017
-
-
Ryan Izard authored
Fix a bug for StatisticsCollector.java caused by a change of OpenFlow protocols
-
QingWang0909 authored
-
- May 29, 2017
-
-
Ryan Izard authored
Added weighted RR and switch statistics algorithms for picking members
-
Ryan Izard authored
check openflow version before matching tcp_flags
-
Ryan Izard authored
Learningswitch OF Exception from InstructionApplyActions fixed
-
- May 22, 2017
-
-
QingWang0909 authored
Update for "Fix bug for StatisticsCollector": 1) Change test name back to StatisticsTest.java. 2) update code to create OF factories on the fly
-
QingWang0909 authored
Update : Fix a bug for StatisticCollector.java causes by a change of OpenFlow protocols, with Parameterized JUnit test
-
- 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 17, 2017
-
-
Diogo authored
-
- May 15, 2017
-
-
Diogo 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.
-
- Apr 26, 2017
- Apr 17, 2017
-
-
Diogo authored
-
- Apr 14, 2017
- Apr 13, 2017
-
-
Diogo authored
-
- Apr 06, 2017
- Mar 21, 2017
-
-
Diogo authored
-
aweally authored
-
aweally authored
-
aweally authored
After adding checks for openflow version, there is no need to check the ovs version, so that other switches supporting openflow 1.5 can also use the tcp_flags. But we also leave the ovs checks to use the flags option while ovs>=2.1.0 but openflow<1.5.
-
aweally authored
tcp_flags are only supported after openflow 1.5 as seen at B.18.7 of openflow spec 1.5.0
-
- Mar 20, 2017
-
-
Diogo authored
-
- Mar 07, 2017
-
-
Ryan Izard authored
Add CPAnalyzer module
-
Ryan Izard authored
-
- Mar 03, 2017
-
-
Marius Reimer authored
-
reime005 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.
-