Releases: antrea-io/ofnet
Releases · antrea-io/ofnet
v0.5.0
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
Support Push VLAN action (#22) Signed-off-by: gran <[email protected]>
v0.3.0
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
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
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
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
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
Update dependent libOpenflow version for bug fix (#5) Signed-off-by: wenyingd <[email protected]>
v0.2.0
Use the new structure of MultipartRequest defined in libOpenflow (#3) Signed-off-by: wenyingd <[email protected]>
v0.1.0
Fix linter issues, add Makefile targets, add CI jobs (#1) Signed-off-by: Antonin Bas <[email protected]>