Skip to content
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

docs: Document the hooks that Cilium uses #22792

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 14 additions & 0 deletions Documentation/internals/hooks.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
.. only:: not (epub or latex or html)

WARNING: You are looking at unreleased Cilium documentation.
Please use the official rendered version released here:
https://docs.cilium.io

eBPF Program Types
==================
qmonnet marked this conversation as resolved.
Show resolved Hide resolved

Cilium uses the following eBPF program types to attach programs to the kernel:

- ``BPF_PROG_TYPE_XDP``
- ``BPF_PROG_TYPE_SCHED_ACT``
- ``BPF_PROG_TYPE_CGROUP_SOCK_ADDR``
1 change: 1 addition & 0 deletions Documentation/internals/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ Internals
../contributing/development/codeoverview
hubble
cilium_operator
hooks
security-identities