We are pleased to release the 1.0.9 version of pwru
.
The major changes include:
- Fixed libpcap filtering for tracing XDP programs (
--filter-trace-xdp
) #439. - Added drop reasons when
sk_skb_reason_drop()
is called #430.
Functional changes:
- aebb893 - README.md: Update Clang/LLVM dependency to 12 (@joestringer)
- 1c354fa - bpf: Fix broken filter with --filter-trace-xdp (@jschwinger233)
- 195950a - Skip kprobing bpf progs for --filter-track-bpf-helpers (@Asphaltt)
- 5455e74 - Fix verifier error to run --filter-trace-tc + --filter-track-bpf-helpers (@Asphaltt)
- bde4f64 - gh/workflows: Use ubuntu-latest (@brb)
- 2ed349d - Print drop reason from sk_skb_reason_drop (@DanPartelly)
- 0dc9829 - Fix a minor code logic issue of xdp tracing (@Asphaltt)
- 1de15ff - Fix broken --filter-trace-xdp (@Asphaltt)
- 759fc7a - Fix broken --filter-trace-tc (@Asphaltt)
Dependency changes: