Bug 30091

Summary: IPFilter Fails to Filter Bridged Packets
Product: Base System Reporter: Adam Voigt <avoigt>
Component: binAssignee: Darern Reed <darrenr>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description Adam Voigt 2001-08-26 03:30:00 UTC
IPFilter refuses to filter bridged packets under freebsd, I would classify this as a ipfilter problem except ipfilter filter's bridged packets under OpenBSD just fine.

Fix: 

N/A
How-To-Repeat: N/A
Comment 1 sw 2001-08-26 10:01:32 UTC
Le (On) Sat, Aug 25, 2001 at 07:27:52PM -0700, Adam Voigt ecrivit (wrote):
> 
> >Description:
> IPFilter refuses to filter bridged packets under freebsd, I would classify this as a ipfilter problem except ipfilter filter's bridged packets under OpenBSD just fine.

ipf was OpenBSD's internal packet filter, and was able to work with bridged
packets. Under FreeBSD, you have to use ipfw in order to filter bridged packets.
And in future OpenBSD's release, you'll have to use 'pf' ;)

-- 
Sameh
Comment 2 Crist J. Clark freebsd_committer freebsd_triage 2001-08-28 21:15:52 UTC
Responsible Changed
From-To: freebsd-bugs->darrenr

Give this PR to the author and maintainer of IPFilter
Comment 3 guido freebsd_committer freebsd_triage 2001-11-14 13:03:30 UTC
State Changed
From-To: open->closed

IPfilter never had the functionality to filter bridged packets 
in FreeBSD. Bridging on FreeBSD and OpenBSD are implemented differently. 
Indeed, as the submitter says, on FreeBSD the only option is to use 
ipfw.