Skip to content

Releases: antrea-io/ofnet

v0.5.0

16 Feb 02:14
636ddea
Compare
Choose a tag to compare
Support CT zone with field or subfield (#18)

libOpenflow supports immediate and field/subfield for conntrack zone field.
But ofnet only support zone with immediate. This patch will add zone with
field/subfield support.

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

v0.4.0

11 Feb 01:27
0d6f2b1
Compare
Choose a tag to compare
Support Push VLAN action (#22)

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

v0.3.0

07 Jan 08:20
f3dc687
Compare
Choose a tag to compare
Support match IPV4 TTL (#12)

- Support match IPV4 TTL function

This patch depend on another patch in libOpenflow:
https://github.com/antrea-io/libOpenflow/pull/15

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

v0.2.5

01 Dec 08:53
0de53e8
Compare
Choose a tag to compare
Support ICMPv4 match/set action and fix a typo (#11)

1, support ICMPv4 match/set action;
2, fix a typo "SLL" -> "TLL" in NdTll match action.

Co-authored-by: Linan Zheng
Signed-off-by: Linan Zheng
Signed-off-by: Gao Jinjun <[email protected]>

Co-authored-by: Gao Jinjun <[email protected]>

v0.2.4

08 Oct 17:09
2bbc405
Compare
Choose a tag to compare
Enable write metadata instruction (#8)

The write metadata instruction was nod added when
generating flow messages. This patch will fix it. After this
fix, the write metadata function will work.

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

v0.2.3

29 Sep 16:40
253a50b
Compare
Choose a tag to compare
Test enhancements (#7)

1. Add test case to check the order of Multipart Reply message
2. Fix an issue in IPv6 PacketIn test

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

v0.2.2

27 Aug 21:26
b81189e
Compare
Choose a tag to compare
Fix bug in PacketOut (#6)

Do not reset IP Protocol as 0xff if not TCP/UDP/ICMP. This might override the application's settings.

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

v0.2.1

26 Aug 17:37
c538f54
Compare
Choose a tag to compare
Update dependent libOpenflow version for bug fix (#5)

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

v0.2.0

20 Aug 00:48
988b8bc
Compare
Choose a tag to compare
Use the new structure of MultipartRequest defined in libOpenflow (#3)

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

v0.1.0

03 Aug 00:42
fc668b9
Compare
Choose a tag to compare
Fix linter issues, add Makefile targets, add CI jobs (#1)

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