fwd and bridging

Crist J. Clark crist.clark at attbi.com
Wed Apr 9 14:24:35 PDT 2003


On Sat, Apr 05, 2003 at 07:49:03AM -0600, Shawn Barnhart wrote:
> The manpage states that fwd rules (like for transparent proxying) will not
> match bridged packets.  Will they ever, or is there some fundamental reason
> they can't?

Bridged packets are never processed at the IP layer, that is, they
never get passed to the ip_input() function. All of the 'fwd' code
lives in ip_input() and ip_output() at the IP layer and above.
-- 
Crist J. Clark                     |     cjclark at alum.mit.edu
                                   |     cjclark at jhu.edu
http://people.freebsd.org/~cjc/    |     cjc at freebsd.org


More information about the freebsd-ipfw mailing list