Daniel Cox wrote:
I have a router running OpenBSD 3.3 RELEASE.
- it uses a negated statement: block in from !<foo>
Hmmm, weird :(
Ok, for a quick fix, you could just replace the line:
printf("pfr_update_stats: assertion failed.\n");
inside /sys/net/pf_table.c by:
return;
But if you can reproduce the problem reliably (i.e. you know
which packet generate that assertion), and have some time
to spare, please contact me privately (with complete pf.conf
+ crash recipe) and I'll try to get to the bottom of this one.
Thanks,
Cedric