cvs commit: src/sys/netinet if_ether.c

Gleb Smirnoff glebius at FreeBSD.org
Mon Aug 29 09:06:31 GMT 2005


glebius     2005-08-29 09:06:30 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/netinet          if_ether.c 
  Log:
  MFC 1.140:
    When we have a published ARP entry for some IP address, do reply on
    ARP requests only on the network where this IP address belong, to.
  
    Before this change we did replied on all interfaces. This could
    lead to an IP address conflict with host we are doing ARP proxy
    for.
  
    PR:           kern/75634
    Reviewed by:  andre
  
  Approved by:    re (scottl)
  
  Revision   Changes    Path
  1.137.2.2  +9 -0      src/sys/netinet/if_ether.c


More information about the cvs-src mailing list