Re: Re: How can I use ng bpf

2002-04-12 Thread Yidan Zhou
bridge(4), the other physical one is always in the bridge group. That's why I switch to netgraph bridge. Anyway thank you very much! //Edward Zhou --- Original message --- From: [EMAIL PROTECTED] Date: Thu, 11 Apr 2002 23:07:32 -0700 On Thu, Apr 11, 2002 at 12:26:25AM +0200,

How can I use ng bpf

2002-04-10 Thread Yidan Zhou
Hi all, I want to set up a bridge with filtering function on Freebsd. I checked some webpages which mention that I can ng_bpf to implement filtering. But the freebsd man page of ng_bpf is not clear(especially, how to use ngctl to configure step by step). Has anybody a sample configuration or a e