AOx0/adam

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:

bounds!(ctx, 50).or_pass()?;

We need (hopefully) to relax this bound check to fix the issue

Related reads: