-
Notifications
You must be signed in to change notification settings - Fork 96
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
TcHook.Detach() always raises the failed to detach tc hook: invalid argument
error.
#420
Comments
@mozillazg I couldn't reproduce it in the vagrant VM, only got this:
The unique detected besides that type is What's your testing env? |
@geyslan we can reproduce it in the ci env: |
The bpf_tc_query interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
@geyslan @mozillazg hi, geyslan, i think it is same issue with 211, and i also add test case again. |
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
|
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
@geyslan, it it not the same issue with #420 |
It seems that the vm not support ebpf token in kernel, but anyway, the result of test case will not be influenced. |
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. aquasecurity#421 aquasecurity#420 Signed-off-by: Tao Chen <[email protected]>
The bpf_tc_query/bpf_tc_detach interface should init the parameter first, sometimes it may be confused for us, so add the case to reduce the confusion. #421 #420 Signed-off-by: Tao Chen <[email protected]>
Closed via #422 |
TcHook.Detach()
always raises thefailed to detach tc hook: invalid argument
error.test with the main branch: a55c024
The text was updated successfully, but these errors were encountered: