CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2017/01/24 03:49:14
Modified files: usr.sbin/relayd: pfe.c pfe_filter.c relayd.c relayd.h Log message: move the opening of /dev/pf from the parent process to the pfe process where it is used. Currently pf is opened on every reload, that will no longer be possible in the future with pledged programms that do ioctls. This prepares relayd for that change. ok deraadt@, meinetwegen reyk@