Date: Tue, 28 Feb 2006 00:13:25 +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 bridgestp.c Message-ID: <200602280013.k1S0DPGV063326@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
thompsa 2006-02-28 00:13:25 UTC FreeBSD src repository Modified files: sys/net bridgestp.c Log: Fix up the Bridge Identifier field in the BPDU packet. - use the cu_bridge_id rather than the cu_rootid for the bridge address [1] - the memcmp return value is not signed so the wrong interface may have been selected - fix up the calculation of sc_bridge_id PR: kern/93909 [1] MFC after: 3 days Revision Changes Path 1.11 +30 -15 src/sys/net/bridgestp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602280013.k1S0DPGV063326>