Re: pfil + if_bridge hooks not being called

2008-12-29 Thread Gerry Weaver
_ From: Eygene Ryabinkin [mailto:rea-f...@codelabs.ru] To: Gerry Weaver [mailto:ger...@compvia.com] Cc: freebsd-net@freebsd.org Sent: Mon, 29 Dec 2008 01:10:37 -0600 Subject: Re: pfil + if_bridge hooks not being called Gerry, good day. Sun, Dec 28, 2008 at 07:59:57PM -0600, Gerry

Re: pfil + if_bridge hooks not being called

2008-12-28 Thread Eygene Ryabinkin
Gerry, good day. Sun, Dec 28, 2008 at 07:59:57PM -0600, Gerry Weaver wrote: > I am working on a driver to collect some network statistics using > pfil. I have set up a bridge and set net.link.bridge.pfil_member=1 via > sysctl. I have added hooks for incoming and outgoing packets. I also > put a th

pfil + if_bridge hooks not being called

2008-12-28 Thread Gerry Weaver
Hello All, I am working on a driver to collect some network statistics using pfil. I have set up a bridge and set net.link.bridge.pfil_member=1 via sysctl. I have added hooks for incoming and outgoing packets. I also put a third adapter into the system for dev/managment purposes. My hooks are