Date: Thu, 27 Jun 2002 15:54:24 -0600 From: Arthur Peet <arthur.peet@toltec.biz> To: Julian Elischer <julian@elischer.org> Cc: freebsd-net@FreeBSD.ORG Subject: Re: bpf/netgraph interaction Message-ID: <5.1.1.6.2.20020627152659.0228f128@mail.toltecint.net> In-Reply-To: <Pine.BSF.4.21.0206271343560.69706-100000@InterJet.elischer .org> References: <5.1.1.6.2.20020627122834.022c8f50@mail.toltecint.net>
next in thread | previous in thread | raw e-mail | index | archive | help
>Use the Source Luke! Thanks, Obi! :) I REALLY appreciate your response. >as you see, bpf copies are taken before netgraph processing.. >and non-netgraph bridging occurs after that. It appears to me that if I switched the order in which the processing occurs and recompiled the kernel, the function would be absolutely broken. i.e I would never get to the BPF tap. Is this true? Are there any other taps I may access in order to accomplish this goal? On another note - my kernel - 4.4-Release did not have the following line between the two if statements: > ifp->if_ibytes += m->m_pkthdr.len + sizeof (*eh); Is it time for me to upgrade? Thanks again! -Art To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5.1.1.6.2.20020627152659.0228f128>