Replies: 1 comment
-
To unload an eBPF program, you have to make sure there are no more references to the loaded program. One step towards your goal is to detach it from your network link with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a network interface on my host, and I obtained the ID of the XDP program on the interface via
netlink
. I want to detach this program and unload both the program and the map it uses from the kernel. How should I proceed?Beta Was this translation helpful? Give feedback.
All reactions