Hello,
On Wed, Oct 19, 2016 at 11:49:56PM +0200, Alexander Bluhm wrote: > Hi, > > I would like to 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 I can call functions that need an pd from > pf_route(). > > Unfortunately pf_route() is called from pfsync which has no idea > of packet descriptors. As I do not want to rewrite pfsync, I create > a temporary pf_pdesc on the stack. > > ok? > The idea makes sense to me. I'm O.K. with patch. regards sasha
