|
|
|
|
|
by predakanga
1566 days ago
|
|
I recently came across another useful utility for debugging unexpected packet drops - PWRU[0] (Packet, Where Are You) by Cilium. It uses eBPF to try to trace the path of the packet through the kernel. Haven't needed to use it yet, but it could have saved me a lot of trouble in the past. [0]: https://github.com/cilium/pwru |
|