From owner-freebsd-current@FreeBSD.ORG Sat Mar 29 13:03:35 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C81697A for ; Sat, 29 Mar 2014 13:03:35 +0000 (UTC) Received: from mail-oa0-x22e.google.com (mail-oa0-x22e.google.com [IPv6:2607:f8b0:4003:c02::22e]) (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 8D827E80 for ; Sat, 29 Mar 2014 13:03:35 +0000 (UTC) Received: by mail-oa0-f46.google.com with SMTP id i7so7307951oag.19 for ; Sat, 29 Mar 2014 06:03:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=DrF0VknSxrm+aYdjj0fYM5Rlcy1iQIga+so+kiGOW04=; b=kbCmplBwZ77qUlnMfVSsjl8SEIB6h3ekPRFmmi8lm1DFvkBYRxBPRcr/sdPhu1TA9n 0+stXbtL/pKT0WGP5hwSv0A3uJfaBnbqqn53Q8fPPzknXcO6DfhZqFuaxGjABGDuGglM r+jmfvCryyQbm45UfA0U53GmpwPNVNrVpfuQvEqP4MArNvo706DZ5ttc3LcOLp3vfEPq 8VjTnHAvR8LiyNe0KSBUBVD3RBqpM1Al0CzjLzzgfQxnXFetkPvC0Q0sYhL2k4V3nvP9 Q19GATs+HznUUzEP0IVpG6LnKl0Sb48Or9FWT/CO4C2/HiF5TwPn66VQo/rR3EMKjoUv rlOw== MIME-Version: 1.0 X-Received: by 10.60.155.180 with SMTP id vx20mr11952300oeb.28.1396098214778; Sat, 29 Mar 2014 06:03:34 -0700 (PDT) Received: by 10.182.130.71 with HTTP; Sat, 29 Mar 2014 06:03:34 -0700 (PDT) In-Reply-To: <20140329092923.GS37436@e-new.0x20.net> References: <53365D6F.5020804@allanjude.com> <20140329055249.GA69809@troutmask.apl.washington.edu> <20140329092923.GS37436@e-new.0x20.net> Date: Sat, 29 Mar 2014 09:03:34 -0400 Message-ID: Subject: Re: A proposal From: Joe Nosay To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.17 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: Sat, 29 Mar 2014 13:03:35 -0000 On Sat, Mar 29, 2014 at 5:29 AM, Lars Engels wrote: > On Fri, Mar 28, 2014 at 10:52:49PM -0700, Steve Kargl wrote: > > On Sat, Mar 29, 2014 at 01:46:15AM -0400, Joe Nosay wrote: > > > On Sat, Mar 29, 2014 at 1:43 AM, Allan Jude > wrote: > > > > > > > On 2014-03-29 01:22, Joe Nosay wrote: > > > > > I have noticed that options VPS, VIMAGE, and MROUTING are not > standard > > > > for > > > > > the kernel with a base install. Is there any way that these can be > made a > > > > > part of the normal kernel so that jail(s) would get the full > benefit > > > > > without a kernel recompile? > > > > > _______________________________________________ > > > > > freebsd-current@freebsd.org mailing list > > > > > http://lists.freebsd.org/mailman/listinfo/freebsd-current > > > > > To unsubscribe, send any mail to " > > > > freebsd-current-unsubscribe@freebsd.org" > > > > > > > > > > > > > VIMAGE has some problems with PF. Martin Matu ska said at AsiaBSDCon > > > > that he had a patch that solves the issue. > > > > > > Really, you say? That's good news. > > > So, will those options soon be standard for a first time install? > > > > Certainly, hope not. I don't use any of options. > > So you use all the other devices and options of the GENERIC kernel? > I also want to know where this patch is.