CVSROOT: /cvs Module name: src Changes by: mi...@cvs.openbsd.org 2015/06/05 07:22:34
Modified files: sys/net : pf.c pfvar.h Log message: Improve error handling and recovery during state insertion Reshuffle the code around a bit and greatly improve error handling fixing a few bugs along the way. Problem reported by and fix was written with Alexandr Nedvedicky. OK henning