OpenCloudOS / nettrace

nettrace is a eBPF-based tool to trace network packet and diagnose network problem.
Other
326 stars 80 forks source link

bpf: fix context init error #117

Closed menglongdong closed 1 month ago

menglongdong commented 1 month ago

It seems that we don't initialize the context in BPF properly. We need to add it only if it doesn't exist and the skb is matched.