Re: bridge loop detection

2012-03-02 Thread Camiel Dobbelaar
On 2-3-2012 15:49, Matthieu Herrb wrote: > On Fri, Mar 02, 2012 at 03:19:34PM +0100, Camiel Dobbelaar wrote: >> I think the bridge loop detection in if_ethersubr.c can be removed. It >> taxes all bridge output traffic, but I don't think it ever kicks in. >> >>

Re: bridge loop detection

2012-03-02 Thread Matthieu Herrb
On Fri, Mar 02, 2012 at 03:19:34PM +0100, Camiel Dobbelaar wrote: > I think the bridge loop detection in if_ethersubr.c can be removed. It > taxes all bridge output traffic, but I don't think it ever kicks in. > > It was added in 2001 by angelos: > http://www.openbsd.org/cg

bridge loop detection

2012-03-02 Thread Camiel Dobbelaar
I think the bridge loop detection in if_ethersubr.c can be removed. It taxes all bridge output traffic, but I don't think it ever kicks in. It was added in 2001 by angelos: http://www.openbsd.org/cgi-bin/cvsweb/src/sys/net/if_ethersubr.c.diff?r1=1.48;r2=1.49;f=h I'd say the