Skip to content

Releases: antrea-io/libOpenflow

v0.6.2

24 Jan 05:51
31b5dea
Compare
Choose a tag to compare
Support continuous register mask for MatchField (#18)

For NXReg, OvS will accept value/mask on arbitrary bitwise. If only using
range[start:end], it is hard to combine discontinuous value/mask,
such as, to merge reg0[0:0] with reg0[2:2], with range method,
we will pass NXRange[0:2] and it will generate mask 0x7, but actually,
the mask is 0x5.

In this patch, we add a new API (NewRegMatchFieldWithMask) to support
arbitrary bitwise mask for register value/mask.

Signed-off-by: Jinjun Gao <[email protected]>

v0.6.1

11 Jan 18:08
5d14465
Compare
Choose a tag to compare
Fix bug in IGMP protocol implementation (#17)

1. Parse protocol type when unmarshalling IGMPv1orv2 message
2. Fix an offset issue when unmarshalling IGMPv3Query message
3. Use function Len() to compare data length instead of using constant
   values

Signed-off-by: wenying <[email protected]>

v0.6.0

07 Jan 07:33
3d245d8
Compare
Choose a tag to compare
Support ipv4 ttl match (#15)

- Add TTL field
- Support match IPV4 TTL function

Signed-off-by: Isaac He <[email protected]>

v0.5.2

24 Sep 02:00
b8474ec
Compare
Choose a tag to compare
Bugfix: The message order is broken before sending to Inbound channel…

v0.5.1

07 Sep 17:20
a3cd9ce
Compare
Choose a tag to compare
Bugfix: Remove duplicated UnmarshalBinary call in MultipartRequest (#10)

Signed-off-by: wenyingd <[email protected]>

v0.5.0

03 Sep 16:43
c8d6ccc
Compare
Choose a tag to compare
Support IGMP protocol (#9)

Signed-off-by: wenyingd <[email protected]>

v0.4.0

27 Aug 23:13
a965e5f
Compare
Choose a tag to compare
Add pause support (#5)

* Add pause support

1. Add Controller2 message support
2. Add set packet-in-format message support
3. Add PacketIn2 message support
4. Add Resume message support

Signed-off-by: wgrayson <[email protected]>

* Change Controller2.Userdata to []byte

Signed-off-by: wgrayson <[email protected]>

* Update VERSION to v0.4.0

Signed-off-by: wgrayson <[email protected]>

v0.3.1

20 Aug 03:50
05ca438
Compare
Choose a tag to compare
Fix panic exception when unmarshaling TableProperty (#8)

Signed-off-by: wenyingd <[email protected]>

v0.3.0

17 Aug 04:03
17a315e
Compare
Choose a tag to compare
Add support for modifying table name (#7)

Signed-off-by: wenyingd <[email protected]>

v0.2.0

16 Jul 17:49
21bb2d5
Compare
Choose a tag to compare
Fix typo in Go module name (#6)

antrea-io/libOpenflow => antrea.io/libOpenflow

Signed-off-by: Antonin Bas <[email protected]>