From owner-freebsd-net@FreeBSD.ORG Sun Apr 17 18:28:26 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 64690106564A for ; Sun, 17 Apr 2011 18:28:26 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1E58FC13 for ; Sun, 17 Apr 2011 18:28:25 +0000 (UTC) Received: by gyg13 with SMTP id 13so1635211gyg.13 for ; Sun, 17 Apr 2011 11:28:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=F6xObpLGIZjhUXz1HpRDB9ryASopsAIwkK8Wz2EGuoQ=; b=XDDixPCxAFViVQG8rJqoxmtMIxMPHRhDEQajWT2sQXDgM/60ohmAlvYnD2k+Z59P4z G7R7QaQuBgn6c+EchF7SV2BeH4/e6qKpHCoxY1Kzu+FXPgjhMW8fNMuhQIsmO/ByPq2W pxeORhkV4qyYLoH4oMCmmC399VdTz4y8Rm4bs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=fsDkneH/NEOKt1ROiC/AjCZP60eClYkFGYKtEqohckwZfFwK3K/R1DslRwrWq9u/f8 XuCgtcstfpFP+UhPCAVSfLF8neUvPsvTMNwuJS0qRvm27rKrse11NLs7MJpBCNXw0QLw rChKxkN0N7v0TnhVwnZYY39qMw+IeiD6ZnSIw= MIME-Version: 1.0 Received: by 10.91.65.2 with SMTP id s2mr3734938agk.190.1303063011126; Sun, 17 Apr 2011 10:56:51 -0700 (PDT) Received: by 10.90.67.9 with HTTP; Sun, 17 Apr 2011 10:56:51 -0700 (PDT) In-Reply-To: <104526415.1263850.1303055758946.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> References: <311011138.1263836.1303055734510.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> <104526415.1263850.1303055758946.JavaMail.root@sz0128a.westchester.pa.mail.comcast.net> Date: Sun, 17 Apr 2011 10:56:51 -0700 Message-ID: From: Freddie Cash To: rondzierwa@comcast.net Content-Type: text/plain; charset=UTF-8 Cc: freebsd-net@freebsd.org Subject: Re: natd starting after firewall rules are loaded X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Apr 2011 18:28:26 -0000 On Sun, Apr 17, 2011 at 8:55 AM, wrote: > One other thing that's missing since 4.9 (and this probably needs > to go to some other list) is the kernel LINT file. cd /usr/src/sys//conf make LINT Voila! An old-school LINT file with all the kernel config options listed. :) A better read, though, are the NOTES files: /usr/src/sys/conf/NOTES (arch independent options) /usr/src/sys//conf/NOTES (arch dependent options) -- Freddie Cash fjwcash@gmail.com