On Wed, Nov 08, 2006 at 04:37:34PM +0200, Jacques Fourie wrote:
> While browsing through if_bridge.c I noticed that if the bridge
> interface is in monitoring mode, m_free() gets called on the packet
> after passing it to BPF. Should this not be m_freem() instead or am I
> missing something? The c
While browsing through if_bridge.c I noticed that if the bridge
interface is in monitoring mode, m_free() gets called on the packet
after passing it to BPF. Should this not be m_freem() instead or am I
missing something? The code in question can be found in the
bridge_input() function, line 1877
2 matches
Mail list logo