antrea icon indicating copy to clipboard operation
antrea copied to clipboard

OpenFlow 1.5 support

Open tnqn opened this issue 3 years ago • 5 comments

Describe the problem/challenge you have Antrea uses github.com/contiv/libOpenflow to configure Openflow rules to OVS. Currently the library only supports OpenFlow 1.3. It becomes a problem when we need some features introduced in new versions. For example, when fixing https://github.com/vmware-tanzu/antrea/issues/2092, the ideal solution is to use "insert-buckets" to update groups but the operation is only available in OpenFlow 1.5.

When introducing OpenFlow 1.5 support, we also need to take care of its impact on compatibility, like whether it requires more recent kernel module support.

tnqn avatar Apr 21 '21 07:04 tnqn

This issue is stale because it has been open 180 days with no activity. Remove stale label or comment, or this will be closed in 180 days

github-actions[bot] avatar Oct 19 '21 00:10 github-actions[bot]

There is a PR in libOpenflow to support OF1.5 https://github.com/antrea-io/libOpenflow/pull/13

wenyingd avatar Oct 19 '21 01:10 wenyingd

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

github-actions[bot] avatar Jan 18 '22 00:01 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

github-actions[bot] avatar Apr 19 '22 01:04 github-actions[bot]

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment, or this will be closed in 90 days

github-actions[bot] avatar Jul 19 '22 01:07 github-actions[bot]

Done in https://github.com/antrea-io/antrea/pull/3770

antoninbas avatar Aug 31 '22 21:08 antoninbas