From owner-freebsd-current@FreeBSD.ORG Wed Jul 15 18:52:05 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E028D1065673 for ; Wed, 15 Jul 2009 18:52:05 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.210.181]) by mx1.freebsd.org (Postfix) with ESMTP id 966698FC16 for ; Wed, 15 Jul 2009 18:52:05 +0000 (UTC) (envelope-from sfourman@gmail.com) Received: by yxe11 with SMTP id 11so6774842yxe.3 for ; Wed, 15 Jul 2009 11:52:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0/nOgkPgBJoVQplc4frmWxwSdQUG+QjjaF6jDq6/muc=; b=fEYEs6TZuTbodVnDBtzIJqjTq21c8VTkS5vFkA6myMu+GTSmkrzwAfI2gZ3GhY9Xgh PHN9w5b1AHlSDY/hiN3muFaC/WD3OZodL9961sYya1+PJnlhmlElYRpgAlMQZDEk8v8H /POvlx0vmconCWiWUIICbZraKRKvLl5WYd2oI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Pq9PNk2IzWF/ouVZcNISvqZKWFBohgHHWZ6qdNNn/qsShycIIYF/Z6Ki/x+olhno9Y SXFdXMwBND8SvN76a/zKOqSOEf7drc3Kb7fMaRx5WsbSoJhvbjUdaSMYTG/LQlcQ6oYt vfms0mvegbHklPWN3qT1DHzdKy+7jhRXmEKyw= MIME-Version: 1.0 Received: by 10.150.150.19 with SMTP id x19mr13116206ybd.150.1247682641569; Wed, 15 Jul 2009 11:30:41 -0700 (PDT) In-Reply-To: <4A5DE3C5.8070301@haruhiism.net> References: <194731.32556.qm@web63906.mail.re1.yahoo.com> <4A5DE3C5.8070301@haruhiism.net> Date: Wed, 15 Jul 2009 13:30:41 -0500 Message-ID: <11167f520907151130i1ff5dd21xa29c3c7546ec96f5@mail.gmail.com> From: "Sam Fourman Jr." To: Kamigishi Rei Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Barney Cordoba , Martin Smith , current@freebsd.org Subject: Re: Rebuild all network-related kernel modules on 8-current due to vnet allocator change X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Jul 2009 18:52:06 -0000 On Wed, Jul 15, 2009 at 9:12 AM, Kamigishi Rei wrote= : > Barney Cordoba wrote: >> >> Is there a writeup on the vnet stuff? It seems to be creeping into >> everything. >> > > Basically it's VIMAGE, FreeBSD's network virtualisation framework. > If you look it up in google, you'll get > http://wiki.freebsd.org/NetworkVirtualization which has a link to the > project page (not frequently updated, though). > There is a =A0mailing list related to virtualisation, > http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization - see > http://lists.freebsd.org/pipermail/freebsd-virtualization/2008-May/000000= .html > for some brief information. > > -- > Kamigishi Rei > KREI-RIPE I am a little lost, I am just guessing that VIMAGE is now usable in -CURREN= T that is GREAT, does someone know of a wiki page of some sort that would show a few examples of how to use it? Sam Fourman Jr.