CVSROOT: /cvs Module name: src Changes by: henn...@cvs.openbsd.org 2012/07/08 01:58:09
Modified files: sys/net : if_pflog.c if_pflog.h pf_ioctl.c Log message: there was a limit on the number of pflog interfaces - 16. remove that. mostly by dynamically allocating pflogifs instead of making that a static array. ok claudio zinke