Closed iluxa closed 4 months ago
In certain conditions, cgroup_skb/ eBPF program is called few times in a raw (for the same flow) and tc/ program is called after that sequence. Because of that not all packets from the flow get delivered.
cgroup_skb/
tc/
Fixed by having sk_buff pointer as a eBPF map key
sk_buff
fixes https://github.com/kubeshark/worker/issues/162
In certain conditions,
cgroup_skb/
eBPF program is called few times in a raw (for the same flow) andtc/
program is called after that sequence. Because of that not all packets from the flow get delivered.Fixed by having
sk_buff
pointer as a eBPF map keyfixes https://github.com/kubeshark/worker/issues/162