svn commit: r197286 - head/sys/net

Pawel Jakub Dawidek pjd at FreeBSD.org
Thu Sep 17 15:18:39 UTC 2009


On Thu, Sep 17, 2009 at 02:52:15PM +0000, Marko Zec wrote:
> Author: zec
> Date: Thu Sep 17 14:52:15 2009
> New Revision: 197286
> URL: http://svn.freebsd.org/changeset/base/197286
> 
> Log:
>   V_irtualize the lltables list, making ARP and ND reasonably
>   usable again with options VIMAGE kernels.
>   
>   Submitted by:	bz (the original version, probably identical to this one)
>   Reviewed by:	many @ DevSummit Cambridge
>   MFC after:	3 days
[...]
> +static void
> +vnet_lltable_init()
> +{
> +
> +	SLIST_INIT(&V_lltables);
> +}
> +VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST, vnet_lltable_init, NULL);

There is nothing we want to do when vnet is going away?

-- 
Pawel Jakub Dawidek                       http://www.wheel.pl
pjd at FreeBSD.org                           http://www.FreeBSD.org
FreeBSD committer                         Am I Evil? Yes, I Am!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-all/attachments/20090917/56fd683d/attachment.pgp


More information about the svn-src-all mailing list