-
Notifications
You must be signed in to change notification settings - Fork 3.8k
bpf: Fix packet tracing for TO/FROM_NETWORK #12084
Copy link
Copy link
Closed
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.
Metadata
Metadata
Assignees
Labels
area/datapathImpacts bpf/ or low-level forwarding details, including map management and monitor messages.Impacts bpf/ or low-level forwarding details, including map management and monitor messages.good-first-issueGood starting point for new developers, which requires minimal understanding of Cilium.Good starting point for new developers, which requires minimal understanding of Cilium.
bpf_hostshould useTRACE_{TO,FROM}_NETWORKon native devices ({to,from}-netdev) andTRACE_{TO,FROM}_HOSTon host devices ({to,from}-host). We also need to traceTRACE_TO_NETWORKpackets onbpf_network.