Thanks for the success report.. how about turning this into something for

        http://bridge.sourceforge.net/testimonials.html ?


On Fri, Aug 31, 2001 at 01:47:00PM -0500, [EMAIL PROTECTED] wrote:

> I downloaded the 2.4.9 source and patched it with
> 
> 
> 
>http://users.pandora.be/bart.de.schuymer/brepf/patch-fix/bridge-nf-20010801-against-2.4.6-3.diff
>      and changed  one line in
> linux/net/ipv4/netfilter/ip_conntrack_standalone.c
>      from
>           if ((*pskb)->len > rt->u.dst.pmtu) {
>      to
>           if (rt != NULL && (*pskb)->len > rt->u.dst.pmtu) {
> 
> 
> (that was from the HOWTO
> http://bridge.sourceforge.net/devel/bridge-nf/HOWTO)
> 
> Then compiled without a hitch.  The filtering works perfect, I use it to
> isolate the broadcast
> storm that occurs with symantec ghost multicasting.
> 
> I had to upgrade to 2.4.9 because of the vortex driver updates, that fixed
> the bug causing
> my 3c905's to lock up under extreme loads.
> 
> redhat 7.1 w/2.4.9
> Pii 350
> 2 - 3com 3c905's
> 
> Thanks for all the hard work on this project.
> Eli
> 
> _______________________________________________
> Bridge mailing list
> [EMAIL PROTECTED]
> http://www.math.leidenuniv.nl/mailman/listinfo/bridge
_______________________________________________
Bridge mailing list
[EMAIL PROTECTED]
http://www.math.leidenuniv.nl/mailman/listinfo/bridge

Reply via email to