From owner-freebsd-net@FreeBSD.ORG Wed Nov 19 23:14:07 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 87CB18F2; Wed, 19 Nov 2014 23:14:07 +0000 (UTC) Received: from mail-lb0-x233.google.com (mail-lb0-x233.google.com [IPv6:2a00:1450:4010:c04::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F2D3367C; Wed, 19 Nov 2014 23:14:06 +0000 (UTC) Received: by mail-lb0-f179.google.com with SMTP id l4so1370883lbv.24 for ; Wed, 19 Nov 2014 15:14:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=BrzUgkBksN2yvMlbd+anLBQC1tHhDjVGNHLtzyXveRw=; b=ityUjPieOr8zRykYuLY39pBz1+JT9t62I4AZT10rFx3b6123hrKH5u0Dt4O/6rWZVG q5HcJb0OiNp63OCu/gOgAC4DvqC59aCtjF+euW2y2d5o2sJhywjF88rxSBtGBJiamzna 75sX+IusRNTWMulaaufKQhNE0Bpjjewujgk8du05cq4sS/57CvBj5C5QrombybsezPt7 S5lA9WFDEF22udNQEjt8oQuyloBkhMlVI/gsc9pIqoA+2GTirRQyuaxWs24qspHR8I5K VsDv60zqIJtjFYPU8fd+lyTTFFZe0V0RhZT/8kpIlJNrg53/vyYzVxOQqp3cKKcujggk AJ+Q== MIME-Version: 1.0 X-Received: by 10.112.169.106 with SMTP id ad10mr44624026lbc.13.1416438843958; Wed, 19 Nov 2014 15:14:03 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Wed, 19 Nov 2014 15:14:03 -0800 (PST) In-Reply-To: <20141119195923.GS24601@funkthat.com> References: <1423616F-F44D-47E5-8595-DE862DC04464@bsdimp.com> <546A34C8.6060004@freebsd.org> <546C8812.2070904@FreeBSD.org> <20141119195923.GS24601@funkthat.com> Date: Wed, 19 Nov 2014 15:14:03 -0800 X-Google-Sender-Auth: XhhWaC7yBsuP3aIDpEKdaZYuYv0 Message-ID: Subject: Re: RFC: Enabling VIMAGE in GENERIC From: Craig Rodrigues To: Marko Zec , FreeBSD Net , "freebsd-virtualization@freebsd.org" , freebsd-arch Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Nov 2014 23:14:07 -0000 On Wed, Nov 19, 2014 at 11:59 AM, John-Mark Gurney wrote: > > Yes, we need a man page talking about this feature first, how to enable > it, compile it into the kernel, how to manage it, what subsystems it > interacts w/, what sysctl nodes it provides, etc. > Marko, Do you have any text which can be put into a vnet(9) man page? It doesn't have to be perfect, but just something that we can start from. I tried looking at some of the notes and presentations that you have done on VIMAGE: https://wiki.freebsd.org/?action=fullsearch&context=180&value=VIMAGE&titlesearch=Titles but didn't see anything that could be readily turned into a man page. -- Craig