From owner-svn-src-all@FreeBSD.ORG Thu Sep 17 15:18:39 2009 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A5FBF106566C; Thu, 17 Sep 2009 15:18:39 +0000 (UTC) (envelope-from pjd@garage.freebsd.pl) Received: from mail.garage.freebsd.pl (chello087206049004.chello.pl [87.206.49.4]) by mx1.freebsd.org (Postfix) with ESMTP id 88DE08FC0A; Thu, 17 Sep 2009 15:18:37 +0000 (UTC) Received: by mail.garage.freebsd.pl (Postfix, from userid 65534) id 70E1645E35; Thu, 17 Sep 2009 17:18:34 +0200 (CEST) Received: from localhost (chello087206049004.chello.pl [87.206.49.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.garage.freebsd.pl (Postfix) with ESMTP id 04B1D4569A; Thu, 17 Sep 2009 17:18:27 +0200 (CEST) Date: Thu, 17 Sep 2009 17:18:24 +0200 From: Pawel Jakub Dawidek To: Marko Zec Message-ID: <20090917151723.GB2197@garage.freebsd.pl> References: <200909171452.n8HEqFfs061011@svn.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="EgVrEAR5UttbsTXg" Content-Disposition: inline In-Reply-To: <200909171452.n8HEqFfs061011@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i X-PGP-Key-URL: http://people.freebsd.org/~pjd/pjd.asc X-OS: FreeBSD 8.0-CURRENT i386 X-Spam-Checker-Version: SpamAssassin 3.0.4 (2005-06-05) on mail.garage.freebsd.pl X-Spam-Level: X-Spam-Status: No, score=-0.6 required=4.5 tests=BAYES_00,RCVD_IN_SORBS_DUL autolearn=no version=3.0.4 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r197286 - head/sys/net X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Sep 2009 15:18:39 -0000 --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--