Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Dec 1999 02:28:09 -0800 (PST)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net bridge.c bridge.h
Message-ID:  <199912071028.CAA59221@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       1999/12/07 02:28:09 PST

  Modified files:        (Branch: RELENG_3)
    sys/net              bridge.c bridge.h 
  Log:
  Long overdue patch to make bridging work properly with multicast
  and broadcast packets. The previous code did not pullup the headers,
  and because the protocol stack likes to NTOH*() fields in the buffer,
  this resulted in some cases in bogus packets going onto the wire.
  
  This patch also gives you the ability to define cluster of interfaces
  via a sysctl variable, so you can do the bridging separately in
  each cluster.
  
  Approved-by: Jordan
  
  Revision  Changes    Path
  1.4.2.5   +354 -160  src/sys/net/bridge.c
  1.2.2.1   +2 -3      src/sys/net/bridge.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912071028.CAA59221>