Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 5 Jan 2005 15:19:19 -0500
From:      Charles Swiger <cswiger@mac.com>
To:        Andreas Davour <ante@Update.UU.SE>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Is bpf a part of IPFW, or am I confused?
Message-ID:  <145FEF80-5F57-11D9-93F7-003065ABFD92@mac.com>
In-Reply-To: <Pine.LNX.4.61.0501052107010.6553@Psilocybe.Update.UU.SE>
References:  <Pine.LNX.4.61.0501052107010.6553@Psilocybe.Update.UU.SE>

next in thread | previous in thread | raw e-mail | index | archive | help
On Jan 5, 2005, at 3:09 PM, Andreas Davour wrote:
> I have searched the handbook and the manpages and not really 
> understood the role of bpf. Is it supposed to be enabled when I use 
> IPFW or is it another beast altogether, best left undisturbed?

The BPF, or Berkeley Packet Filter, is really intended for use by 
userland applications which want to perform network analysis and packet 
filtering.  IPFW and the other firewalls for FreeBSD are written as 
kernel modules and thus deal with the network stack directly.

The current DHCP implementation (ISC's dhcpd and dhclient programs) 
depends on BPF to work, so I would be cautious about removing it from 
your kernel unless you are sure you won't need it.

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?145FEF80-5F57-11D9-93F7-003065ABFD92>