All packets seem to be dropped, again
Opened this issue · 0 comments
AOx0 commented
I suspect that lots of ICMP packets are getting received with less than the hardcoded bounds specified in the firewall ebpf code, thus they get dropped:
adam/firewall-ebpf/src/main.rs
Line 111 in be3c687
We need (hopefully) to relax this bound check to fix the issue
Related reads: