Re: svn commit: r282132 - head/sys/netipsec

2015-05-12 Thread Andrey V. Elsukov
On 12.05.2015 10:25, Ermal Luçi wrote: > Hello Andrey, > > do you plan to MFC this one? > > On Tue, Apr 28, 2015 at 11:29 AM, Andrey V. Elsukov > wrote: > > Author: ae > Date: Tue Apr 28 09:29:28 2015 > New Revision: 282132 > URL: https://svnweb.freebsd.

Re: svn commit: r282132 - head/sys/netipsec

2015-05-12 Thread Ermal Luçi
Hello Andrey, do you plan to MFC this one? On Tue, Apr 28, 2015 at 11:29 AM, Andrey V. Elsukov wrote: > Author: ae > Date: Tue Apr 28 09:29:28 2015 > New Revision: 282132 > URL: https://svnweb.freebsd.org/changeset/base/282132 > > Log: > Since PFIL can change mbuf pointer, we should update po

svn commit: r282132 - head/sys/netipsec

2015-04-28 Thread Andrey V. Elsukov
Author: ae Date: Tue Apr 28 09:29:28 2015 New Revision: 282132 URL: https://svnweb.freebsd.org/changeset/base/282132 Log: Since PFIL can change mbuf pointer, we should update pointers after calling ipsec_filter(). Sponsored by: Yandex LLC Modified: head/sys/netipsec/ipsec_input.c hea