Date: Sat, 4 Nov 2006 10:40:59 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_bridge.c Message-ID: <200611041040.kA4Aex9g065872@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2006-11-04 10:40:59 UTC FreeBSD src repository Modified files: sys/net if_bridge.c Log: When the packet is for the bridge then note which interface to send the reply to, previously it was always broadcast to all interfaces (a bug). This is useful when the bridge is the default gateway and vlans are used to isolate each client, the reply is now kept private to the vlan which the client resides. Reported by: Jon Otterholm Tested by: Jon Otterholm MFC after: 3 days Revision Changes Path 1.84 +5 -0 src/sys/net/if_bridge.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611041040.kA4Aex9g065872>