From owner-svn-src-head@FreeBSD.ORG Mon Jun 15 19:37:05 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 AC4C61065673 for ; Mon, 15 Jun 2009 19:37:05 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outJ.internet-mail-service.net (outj.internet-mail-service.net [216.240.47.233]) by mx1.freebsd.org (Postfix) with ESMTP id 91A238FC13 for ; Mon, 15 Jun 2009 19:37:05 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id D6A98322D9; Mon, 15 Jun 2009 12:37:19 -0700 (PDT) X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e X-Client-Authorized: MaGic Cook1e Received: from julian-mac.elischer.org (home.elischer.org [216.240.48.38]) by idiom.com (Postfix) with ESMTP id 18F3D2D601B; Mon, 15 Jun 2009 12:37:05 -0700 (PDT) Message-ID: <4A36A2E0.6040300@elischer.org> Date: Mon, 15 Jun 2009 12:37:04 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.21 (Macintosh/20090302) MIME-Version: 1.0 To: Jamie Gritton References: <200906151859.n5FIxUbl098279@svn.freebsd.org> <4A369E5C.3070807@elischer.org> <4A369F19.5090406@FreeBSD.org> In-Reply-To: <4A369F19.5090406@FreeBSD.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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:37:06 -0000 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).