cvs commit: src/sys/netinet if_ether.c

Gleb Smirnoff glebius at FreeBSD.org
Thu Aug 25 13:25:57 GMT 2005


glebius     2005-08-25 13:25:57 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          if_ether.c 
  Log:
  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
  
  Revision  Changes    Path
  1.140     +9 -0      src/sys/netinet/if_ether.c


More information about the cvs-all mailing list