CVSROOT: /cvs Module name: src Changes by: st...@cvs.openbsd.org 2009/06/25 03:30:28
Modified files: sys/net : pf_norm.c pfvar.h Log message: scrub_flags is a u_int8_t, but PFSTATE_SCRUB_TCP is 0x0100, so the "reassemble tcp" state option failed to work correctly. Increasing this to u_int16_t fixes kernel/6178. ok deraadt@ henning@