svn commit: r223862 - in head/sys: net netinet netinet6

Andre Oppermann andre at freebsd.org
Fri Jul 8 10:35:29 UTC 2011


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


More information about the svn-src-head mailing list