From owner-freebsd-jail@FreeBSD.ORG Tue Jan 27 15:02:03 2015 Return-Path: Delivered-To: freebsd-jail@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D8691A0; Tue, 27 Jan 2015 15:02:03 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5A46E894; Tue, 27 Jan 2015 15:02:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id t0RF1x2a038941; Wed, 28 Jan 2015 02:01:59 +1100 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 28 Jan 2015 02:01:59 +1100 (EST) From: Ian Smith To: Mark Felder Subject: Re: preferred jail management tool In-Reply-To: <1422368676.3961740.219503001.5902F45A@webmail.messagingengine.com> Message-ID: <20150128015418.O77290@sola.nimnet.asn.au> References: <20150127012347.GA4940@lonesome.com> <20150127141239.V77290@sola.nimnet.asn.au> <54C7958B.40007@gmail.com> <1422368225.3958980.219494573.4EAD939C@webmail.messagingengine.com> <1422368676.3961740.219503001.5902F45A@webmail.messagingengine.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-jail@freebsd.org X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2015 15:02:03 -0000 On Tue, 27 Jan 2015 08:24:36 -0600, Mark Felder wrote: > On Tue, Jan 27, 2015, at 08:17, Mark Felder wrote: > > On Tue, Jan 27, 2015, at 07:41, Ernie Luzar wrote: > > > > > Vimage has to be compiled into the kernel and its kernel compile option > > > has comment that it is highly experimental. > > > > No it doesn't. > > > > # Network stack virtualization. > > #options VIMAGE > > #options VNET_DEBUG # debug for VIMAGE > > > > See for yourself: > > > > https://svnweb.freebsd.org/base/head/sys/conf/NOTES?view=markup > > > > To clarify, I was referring to the kernel compile option being marked as > experimental. You still have to custom compile a kernel to include it. And at least some of the recent and current vnet work is directed towards including VIMAGE in the GENERIC kernel, perhaps by 11.0 .. cheers, Ian