From owner-cvs-src-old@FreeBSD.ORG Fri Oct 2 01:35:09 2009 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2B74310656C0 for ; Fri, 2 Oct 2009 01:35:09 +0000 (UTC) (envelope-from qingli@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 1A91E8FC24 for ; Fri, 2 Oct 2009 01:35:09 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n921Z8PM029186 for ; Fri, 2 Oct 2009 01:35:08 GMT (envelope-from qingli@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n921Z8fm029185 for cvs-src-old@freebsd.org; Fri, 2 Oct 2009 01:35:08 GMT (envelope-from qingli@repoman.freebsd.org) Message-Id: <200910020135.n921Z8fm029185@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to qingli@repoman.freebsd.org using -f From: Qing Li Date: Fri, 2 Oct 2009 01:34:55 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/netinet in.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Oct 2009 01:35:09 -0000 qingli 2009-10-02 01:34:55 UTC FreeBSD src repository Modified files: sys/netinet in.c Log: SVN rev 197695 on 2009-10-02 01:34:55Z by qingli Previously, if an address alias is configured on an interface, and this address alias has a prefix matching that of another address configured on the same interface, then the ARP entry for the alias is not deleted from the ARP table when that address alias is removed. This patch fixes the aforementioned issue. PR: kern/139113 MFC after: 3 days Revision Changes Path 1.150 +2 -2 src/sys/netinet/in.c