cvs commit: src/sys/net bridgestp.c

Andrew Thompson thompsa at FreeBSD.org
Mon Feb 27 16:13:25 PST 2006


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


More information about the cvs-all mailing list