CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/26 08:06:33
Modified files: regress/sys/net/pflow: Makefile flow.pl gen_traffic.c template.pl Log message: Cleanup pflow test before fixing it. Be more verbose to make debugging easier. Handle EINPROGRESS connect(2) error correctly. Perl pack Q fails on 32 bit machines, add workaround. Restore interfaces in END block, works also if script dies. OK florian@