CVSROOT: /cvs Module name: src Changes by: bl...@cvs.openbsd.org 2016/10/27 15:41:20
Modified files: sys/net : if_pfsync.c pf.c pfvar.h Log message: Pass a struct pf_pdesc to pf_route() like it is done in the other pf functions. That means less parameters, more consistency and later we can call functions that need a pd from pf_route(). OK sashan@