Skip to content

Releases: openiris/IRIS

OpenIRIS v2.2.1

07 Jan 06:04
Compare
Choose a tag to compare

OFProtocol bug fixed.

  • NullPointerException bug fixed conn.getClient() after receiving HELLO in OFProtocol.process.

OpenIRIS v2.2.0

07 Jan 04:58
Compare
Choose a tag to compare

OFMConnectionMonitor module is added.

  • This module checks connections to switches by sending ECHO_REQUEST periodically.
  • This module is optional.
  • This module works if the value of 'echo-request-interval' is non-zero in 'torpedo.properties'.
    (default is 0 and not work)

OpenIRIS v2.1.6

05 Dec 01:32
Compare
Choose a tag to compare

REST APIs are added and modified.

OpenIRIS v2.1.5

26 Nov 08:22
Compare
Choose a tag to compare

What's New

  • ml2 and testsuit branch are successfuly merged.
  • support transport layer field in matching.
  • REST API bugs are fixed.

OpenIRIS v2.1.4

15 Sep 02:03
Compare
Choose a tag to compare

What's New

  • Did load test on NEC switches.
  • various logging messages added to detect OFMessage parsing errors.

OpenIRIS v2.1.3

19 Aug 05:56
Compare
Choose a tag to compare

What's New

  • During the course of applying OpenIRIS to OpenStack Environment, a hit upon a bug in the Forwarding Module. The Bug is now fixed, and tested against MIninet / Estinet Environment.

OpenIRIS v2.1.2

05 Aug 04:56
Compare
Choose a tag to compare

What's New

  • Logging is now fully supported and controlled by slf4j + log4j + JDK default logging.

OpenIRIS v2.1.1

29 Jul 01:38
Compare
Choose a tag to compare

Fixed Bugs

  • OFProtocol.loadOFMatchFromPacket had a bug that does not correctly handle the return value of packetDataBB.getShort() before delivering it to Transport.of method. The bug is now fixed.

OpenIRIS v2.1.0

24 Jul 09:02
Compare
Choose a tag to compare

What's New

  • Problems with Openflow 1.0 switches that complains about the HELLO's version number now fully resolved following Estinet's Recommendations.
  • New Logixen stack is used, whose performance is improved.
  • Some nicira-based Openflow extensions are introduced.

OpenIRIS v2.0.14

16 Jul 05:09
Compare
Choose a tag to compare
Torpedo.jar updated.