Skip to content

Releases: openiris/IRIS

OpenIRIS v2.0.2 (Official Release)

17 Apr 06:49
Compare
Choose a tag to compare
  • Static Flow Entry Manager REST API bug fix (originally, the REST API replied a JSON object that does not follow the JSON standard.)
  • Firewall REST API slightly modified (get/set subnetmask API)
  • Wiki updated

OpenIRIS v2.0.1 (Official Release)

15 Apr 02:23
Compare
Choose a tag to compare
  • Static Flow Entry Pusher bug is fixed (DPID string was not correctly parsed in the previous verison)

OpenIRIS version 2.0.0 official release

01 Apr 01:42
Compare
Choose a tag to compare

This is the official release of OpenIRIS v2.0.0.

Features:

  • OpenIRIS v2.0.0 supports Openflow 1.0.1 ~ 1.3.2 based on Loxigen library.
  • OpenIRIS v2.0.0 supports more than 512 concurrent connections to switches.
  • OpenIRIS v2.0.0 provides a recovery module from link failures (OFMNetFailover)
  • OpenIRIS v2.0.0 provides a firewall module (OFMFirewall) which is far enhanced from the original Floodlight 0.90 version.
  • OpenIRIS v2.0.0 is equipped with a Static Flow Entry Manager (OFMStaticEntryManager) which supports Openflow 1.3 switches.

Tested on

  • Mininet
  • OVS
  • HP and NEC ProgrammableFlow switches
  • EstiNet-8 Network Emulator
  • Windows as an OpenIRIS-running platform
  • Linux (Ubuntu) as an OpenIRIS-running platform

TODO

  • More documents and tutorials
  • More detailed javadoc documents

Loxigen-Integrated OpenIRIS (beta.14)

01 Apr 01:21
Compare
Choose a tag to compare
Pre-release

Loxigen-Integrated OpenIRIS (beta.13)

31 Mar 03:37
Compare
Choose a tag to compare
Pre-release

Loxigen-Integrated OpenIRIS (beta.12)

28 Mar 01:53
Compare
Choose a tag to compare
Pre-release

Loxigen-Integrated OpenIRIS (beta.11)

27 Mar 06:28
Compare
Choose a tag to compare
Pre-release
  • Useless project is removed from IRIS package.
  • License.txt is added.

Loxigen-Integrated OpenIRIS (beta.10)

27 Mar 02:43
Compare
Choose a tag to compare
Pre-release

This pre-release solve the problem that the OFModule#getModule(Class<? extends IService>) depends on the module initialization order.

Therefore, the developer of OFModule should override services() method, and should remove every call to registerModule().

Please see the module programming guide: https://github.com/bjlee72/IRIS/wiki/Module-Programming-Guide-(English)

Loxigen-Integrated OpenIRIS (beta.9)

25 Mar 06:57
Compare
Choose a tag to compare
Pre-release

OFMNetFailover module cookie mask bug fix.

Loxigen-Integrated OpenIRIS (beta.8)

19 Mar 01:01
Compare
Choose a tag to compare
Pre-release

OFMessageAsyncStream() fixed to remove flush() problems.