Floodlight v1.0 Release Notes
...
- The openflow-1.3 branch has been replaced by the v1.0 branch of the main GitHub repository: http: //github.com/floodlight/floodlight http://github.com/floodlight/floodlight/tree/v1.0
- The master branch will contain any updates and patches leading up to the next minor/major release: http://github.com/floodlight/floodlight
- The "bleeding edge" branch is located in my fork's master branch: http://github.com/rizard/floodlight
- Ubuntu 12.10/14.10. Floodlight is now available in the Ubuntu repository and can be installed via: (We are working with Canonical now to have the package updated.)
Code Block |
---|
apt-get install floodlight ### need to have the repository updated, unless it automatically points to the github repo
|
Things Removed
The FlowReconcileManager has been deprecated but is still included.
The old OpenFlowJ library has been removed and replaced by OpenFlowJ-Loxigen.
Bug Fixes
The release also includes bug fixes to Floodlight modules since the previous releases (v0.90 and v0.91) through December 30, 2014. Details of the fixes can be seen via 'git log --all'.
...