cvs commit: src/sys/net if_bridge.c

Andrew Thompson thompsa at FreeBSD.org
Tue Nov 7 16:29:45 UTC 2006


thompsa     2006-11-07 16:29:41 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/net              if_bridge.c 
  Log:
  MFC r1.84
     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.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.11.2.41  +5 -0      src/sys/net/if_bridge.c


More information about the cvs-all mailing list