Date: Tue, 22 Jun 2004 18:56:47 +0000 (UTC) From: Brian Feldman <green@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_bridge.c Message-ID: <200406221856.i5MIulHq050240@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
green 2004-06-22 18:56:47 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_bridge.c
Log:
Fix a problem with multiple-delivery (i.e. broadcast) in ng_bridge.
Only the first link0..link$NLINKS hooks would be utilized, whereas
the link hooks may be connected sparsely.
Add a counter variable so that the link hook array is only traversed
while there is still work to do, but that it continues up to the end
if it has to.
Revision Changes Path
1.25 +5 -3 src/sys/netgraph/ng_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200406221856.i5MIulHq050240>
