Re: m_move_pkthdr leaves m_nextpkt 'dangling'

2017-10-13 Thread Gleb Smirnoff
On Fri, Oct 13, 2017 at 12:59:47AM -0700, Adrian Chadd wrote: A> When doing so m_move_pkthdr is called to copy the current PKTHDR fields A> (tags and flags) to the mbuf that was prepended. The function also does: A> A> to->m_pkthdr = from->m_pkthdr; A> A> This, for the

On fresh 11.1 install, unbound(8) config is totally non-functional

2017-10-13 Thread Ronald F. Guilmette
Greetings all, I've just done a fresh install of 11.1-RELEASE onto a fresh/wiped drive and now I'm just trying to get things tweeked to my liking, and get everything working that should be working. At the moment, the one and only thing that isn't working that should be working is the "unbound" l

Re: m_move_pkthdr leaves m_nextpkt 'dangling'

2017-10-13 Thread Adrian Chadd
Gleb, what do you think? -a On 12 October 2017 at 13:42, Karim Fodil-Lemelin wrote: > On 2017-07-07 10:46 AM, Andrey V. Elsukov wrote: >> >> On 05.07.2017 19:23, Adrian Chadd wrote: As many of you know, when dealing with IP fragments the kernel will build a list of packets