cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Mon Dec 17 23:04:50 PST 2007


thompsa     2007-12-18 07:04:50 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_bridge.c 
  Log:
  When the bridge has an address and a packet comes in for it then drop it if the
  link has been marked discarding by Spanning Tree. This would cause the bridge
  to see duplicate packets to itself even if STP has correctly calculated the
  topology and blocked redundant links.
  
  Reported by:    trasz
  Tested by:      trasz
  MFC after:      3 days
  
  Revision  Changes    Path
  1.108     +7 -0      src/sys/net/if_bridge.c


More information about the cvs-src mailing list