Skip to content

Releases: openiris/IRIS

OpenIRIS v2.2.1

Choose a tag to compare

@jsshin jsshin released this 07 Jan 06:04

OFProtocol bug fixed.

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

OpenIRIS v2.2.0

Choose a tag to compare

@jsshin jsshin released this 07 Jan 04:58

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

Choose a tag to compare

@jsshin jsshin released this 05 Dec 01:32

REST APIs are added and modified.

OpenIRIS v2.1.5

Choose a tag to compare

@damiano2000 damiano2000 released this 26 Nov 08:22

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

Choose a tag to compare

@bjlee72 bjlee72 released this 15 Sep 02:03

What's New

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

OpenIRIS v2.1.3

Choose a tag to compare

@bjlee72 bjlee72 released this 19 Aug 05:56

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

Choose a tag to compare

@bjlee72 bjlee72 released this 05 Aug 04:56

What's New

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

OpenIRIS v2.1.1

Choose a tag to compare

@bjlee72 bjlee72 released this 29 Jul 01:38

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

Choose a tag to compare

@bjlee72 bjlee72 released this 24 Jul 09:02

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

Choose a tag to compare

@bjlee72 bjlee72 released this 16 Jul 05:09
Torpedo.jar updated.