From owner-freebsd-questions@FreeBSD.ORG Thu Dec 5 14:35:59 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C1FD2AD7 for ; Thu, 5 Dec 2013 14:35:59 +0000 (UTC) Received: from mail-ea0-x234.google.com (mail-ea0-x234.google.com [IPv6:2a00:1450:4013:c01::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6CD109F for ; Thu, 5 Dec 2013 14:35:59 +0000 (UTC) Received: by mail-ea0-f180.google.com with SMTP id f15so11253228eak.25 for ; Thu, 05 Dec 2013 06:35:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ShMgFjMPBPgq2z6My3YVtSpLtGVZ0utSJwCkvwIFn7g=; b=Q2OHWDvsdoHglcaP40PdtWhItbqEtDKWTOljr39oS2f4A2AHY2zlu5VY5wSfjIjFvz esoVubOZ3FOWekvTupHXd9+8N2aZGbRPO3+Dlynv/nEDG0YFifqYmEMtuYSN5TZnFxrB rMB+ClNRZ3ShetvP2mX+oYBPR9egoRHXi27/5vQazxZyJJ6bg07kc4GdM0A98UOr6riH EZ9CgL15p2C6tZSws1gDTd/qIjJS9RWM8hn9h8XJGavidWsGnvW6AsjEPrHGdcicVwHH x4g5XJ73/faLE5gvb3FOL8O41wH2S4MjReoemb5ohy7jCzr9dyRPi81mqXZLQ03nbi3V DYhg== MIME-Version: 1.0 X-Received: by 10.15.76.6 with SMTP id m6mr17004717eey.37.1386254157716; Thu, 05 Dec 2013 06:35:57 -0800 (PST) Received: by 10.14.210.199 with HTTP; Thu, 5 Dec 2013 06:35:57 -0800 (PST) Date: Thu, 5 Dec 2013 09:35:57 -0500 Message-ID: Subject: do I have to compile a new kernel? or just add options somehow? From: "firmdog@gmail.com" To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Dec 2013 14:35:59 -0000 I am having difficulty understanding what is compiled into the GENERIC kernel. I need to enable "device crypto" with IPSEC and IPSEC_NAT_T options. Can I just configure the GENERIC kernel in a config file? Or do I have to compile a totally new kernel?