-
Notifications
You must be signed in to change notification settings - Fork 389
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CT mark is not realized correctly #3583
Labels
kind/bug
Categorizes issue or PR as related to a bug.
Comments
Hi @hongliangl , this is introduced by an issue in the dependent library ofnet. I have made a fix and it is merged now (antrea-io/ofnet#30). Please update go.mod with ofnet version 0.5.7+, and the fix would be involved. |
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
Apr 13, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
Apr 13, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
tnqn
pushed a commit
that referenced
this issue
Apr 14, 2022
Fix #3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
Apr 29, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
May 10, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
May 10, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
May 10, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
hongliangl
added a commit
to hongliangl/antrea
that referenced
this issue
May 11, 2022
Fix antrea-io#3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
tnqn
pushed a commit
that referenced
this issue
May 11, 2022
Fix #3583 Signed-off-by: Hongliang Liu <lhongliang@vmware.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
CT mark defined in
pkg/agent/openflow/field.go
likeNotServiceCTMark = binding.NewOneBitZeroCTMark(4)
is used in a flow as the following:The flow should to be like the following:
But it is:
As a result, the CT mark is not realized in the flow.
The text was updated successfully, but these errors were encountered: