Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2005 09:06:30 +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:  <200508290906.j7T96VHO031371@repoman.freebsd.org>

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



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