mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-02-07 13:40:59 +00:00
docs: fix TC section in decorators
This commit is contained in:
@ -117,16 +117,6 @@ def xdp_prog(ctx: c_void_p) -> c_int64:
|
||||
return XDP_PASS
|
||||
```
|
||||
|
||||
#### TC (Traffic Control)
|
||||
|
||||
For network traffic filtering:
|
||||
|
||||
```python
|
||||
@section("classifier")
|
||||
def tc_filter(ctx):
|
||||
pass
|
||||
```
|
||||
|
||||
### Finding Tracepoints
|
||||
|
||||
To find available tracepoints on your system:
|
||||
|
||||
Reference in New Issue
Block a user