Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Aug 2005 13:25:57 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet if_ether.c
Message-ID:  <200508251325.j7PDPvW0052877@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508251325.j7PDPvW0052877>