Date: Thu, 17 Sep 2009 17:18:24 +0200 From: Pawel Jakub Dawidek <pjd@FreeBSD.org> To: Marko Zec <zec@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197286 - head/sys/net Message-ID: <20090917151723.GB2197@garage.freebsd.pl> In-Reply-To: <200909171452.n8HEqFfs061011@svn.freebsd.org> References: <200909171452.n8HEqFfs061011@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--EgVrEAR5UttbsTXg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 >=20 > Log: > V_irtualize the lltables list, making ARP and ND reasonably > usable again with options VIMAGE kernels. > =20 > 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_llta= ble_init, NULL); There is nothing we want to do when vnet is going away? --=20 Pawel Jakub Dawidek http://www.wheel.pl pjd@FreeBSD.org http://www.FreeBSD.org FreeBSD committer Am I Evil? Yes, I Am! --EgVrEAR5UttbsTXg Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFKslNAForvXbEpPzQRAh2XAKC5VHL+p1aIAgnH43vA5Zkcvi32yQCgpoph bT9PAS/3yoE4ufLEeH0QnyA= =nyJM -----END PGP SIGNATURE----- --EgVrEAR5UttbsTXg--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090917151723.GB2197>