From owner-svn-src-head@FreeBSD.ORG Mon Jun 15 19:38:33 2009 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AB8441065676; Mon, 15 Jun 2009 19:38:33 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from gritton.org (gritton.org [161.58.222.4]) by mx1.freebsd.org (Postfix) with ESMTP id 7106D8FC24; Mon, 15 Jun 2009 19:38:33 +0000 (UTC) (envelope-from jamie@FreeBSD.org) Received: from guppy.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by gritton.org (8.13.6.20060614/8.13.6) with ESMTP id n5FJcVpO045769; Mon, 15 Jun 2009 13:38:31 -0600 (MDT) Message-ID: <4A36A332.5060305@FreeBSD.org> Date: Mon, 15 Jun 2009 13:38:26 -0600 From: Jamie Gritton User-Agent: Thunderbird 2.0.0.19 (X11/20090109) MIME-Version: 1.0 To: Julian Elischer References: <200906151859.n5FIxUbl098279@svn.freebsd.org> <4A369E5C.3070807@elischer.org> <4A369F19.5090406@FreeBSD.org> <4A36A2E0.6040300@elischer.org> In-Reply-To: <4A36A2E0.6040300@elischer.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.94.2/9467/Mon Jun 15 02:11:58 2009 on gritton.org X-Virus-Status: Clean Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r194251 - in head/sys: kern net sys X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 19:38:34 -0000 Julian Elischer wrote: > Jamie Gritton wrote: >> Julian Elischer wrote: >>> >>> >>> the ioctl will be in ifconfig right? >>> >>> ifconfig em0 jail {Jail-ID} ?? >> >> Right. Perhaps "jail" and "unjail". Some pair to move an interface >> into a vnetted jail and to reclaim it from one. >> >> - Jamie > > > interesting.. I hadn't thought about unjail.... (just assumed it went > back to parent when jail dies). It does. But there's also an allowance for it going back before then. Vimage has the ability to give the interface back to the parent, which is the same thing from a different direction. - Jamie