From owner-svn-src-head@FreeBSD.ORG Fri Jul 8 10:35:29 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D6981065676 for ; Fri, 8 Jul 2011 10:35:29 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id B030B8FC20 for ; Fri, 8 Jul 2011 10:35:28 +0000 (UTC) Received: (qmail 62430 invoked from network); 8 Jul 2011 09:08:06 -0000 Received: from localhost (HELO [127.0.0.1]) ([127.0.0.1]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 8 Jul 2011 09:08:06 -0000 Message-ID: <4E16D731.9060008@freebsd.org> Date: Fri, 08 Jul 2011 12:08:49 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.18) Gecko/20110616 Thunderbird/3.1.11 MIME-Version: 1.0 To: Marko Zec References: <201107080938.p689cXTe002136@svn.freebsd.org> In-Reply-To: <201107080938.p689cXTe002136@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r223862 - in head/sys: net netinet netinet6 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2011 10:35:29 -0000 On 08.07.2011 11:38, Marko Zec wrote: > Author: zec > Date: Fri Jul 8 09:38:33 2011 > New Revision: 223862 > URL: http://svn.freebsd.org/changeset/base/223862 > > Log: > Permit ARP to proceed for IPv4 host routes for which the gateway is the > same as the host address. This already works fine for INET6 and ND6. Can you give an example what this does? Is it some sort of proxy ARP? > While here, remove two function pointers from struct lltable which are > only initialized but never used. Ideally this would have been a separate commit because it has nothing to do with primary functional change. -- Andre > MFC after: 3 days > > Modified: > head/sys/net/if_llatbl.h > head/sys/netinet/in.c > head/sys/netinet6/in6.c