cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Sat Nov 4 10:41:01 UTC 2006


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


More information about the cvs-src mailing list