Releases: antrea-io/libOpenflow
Releases · antrea-io/libOpenflow
v0.6.2
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
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
Support ipv4 ttl match (#15) - Add TTL field - Support match IPV4 TTL function Signed-off-by: Isaac He <[email protected]>
v0.5.2
Bugfix: The message order is broken before sending to Inbound channel…
v0.5.1
Bugfix: Remove duplicated UnmarshalBinary call in MultipartRequest (#10) Signed-off-by: wenyingd <[email protected]>
v0.5.0
Support IGMP protocol (#9) Signed-off-by: wenyingd <[email protected]>
v0.4.0
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
Fix panic exception when unmarshaling TableProperty (#8) Signed-off-by: wenyingd <[email protected]>
v0.3.0
Add support for modifying table name (#7) Signed-off-by: wenyingd <[email protected]>
v0.2.0
Fix typo in Go module name (#6) antrea-io/libOpenflow => antrea.io/libOpenflow Signed-off-by: Antonin Bas <[email protected]>