cvs commit: src/sys/netgraph ng_bridge.c

Brian Feldman green at FreeBSD.org
Tue Jun 22 11:56:51 PDT 2004


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


More information about the cvs-src mailing list