From owner-svn-src-head@FreeBSD.ORG Tue Jun 9 17:12:55 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 CA229106564A; Tue, 9 Jun 2009 17:12:55 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.249]) by mx1.freebsd.org (Postfix) with ESMTP id 59E378FC29; Tue, 9 Jun 2009 17:12:55 +0000 (UTC) (envelope-from mat.macy@gmail.com) Received: by an-out-0708.google.com with SMTP id c3so57986ana.13 for ; Tue, 09 Jun 2009 10:12:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=FT+haR9Y8FsbTZl74TNP2QlbB2frXpf5I0RghcnsuDQ=; b=fDy62wj7Cd7HR41qQruIWGXpoAbcdttTCYCereqr6tRMbhzBEyczu2ph980ndD6Dih NfsX/rqISRwetgPnqlQZWsUHrRAdcTLT5SI2q0gQlB/SorhRGLEPW6pGwtiJpL8Pm8q4 sRgfLUHlI+UOc69GytPPDQshCm7OraGdno3T4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=HgnwftNtWfImODlmwDn0Os3KogzqPt2RffRXFmWsLLjJoCMW/ejYuFD52wwy8F3yyt vXiQmhC/cFrXhL5i+pj3miRmg27osg7guPI8avpQHiRRBodLlYNnnsfTbVHrA8/7RC87 GuJFk5OhdLVJtMlgAcSrJk8eXrXvN5o9f9iXY= MIME-Version: 1.0 Sender: mat.macy@gmail.com Received: by 10.100.38.5 with SMTP id l5mr240823anl.183.1244567574084; Tue, 09 Jun 2009 10:12:54 -0700 (PDT) In-Reply-To: <20090609143729.R22887@maildrop.int.zabbadoz.net> References: <200904190016.n3J0G4rA090911@svn.freebsd.org> <20090609143729.R22887@maildrop.int.zabbadoz.net> Date: Tue, 9 Jun 2009 10:12:54 -0700 X-Google-Sender-Auth: 796914a7004dbc0c Message-ID: <3c1674c90906091012u26b0e823q57a7ea1f42eef22d@mail.gmail.com> From: Kip Macy To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r191255 - in head/sys: amd64/conf conf i386/conf net 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: Tue, 09 Jun 2009 17:12:56 -0000 > I think FLOWTABLE does nto belong into DEFAULTS. =A0Really DEFAULTS was > meant for "You cannot boot without this" and if people start to weaken > it, DEFAULTS will soon be the new GENERIC. =A0That said I am not sure it > belongs to GENERIC either. I can either push it in to GENERIC or I can change it to NOFLOWTABLE. If you want to remove it from GENERIC then we're going to have to have a lengthy discussion about what most FreeBSD users actually use and gut GENERIC as it stands now. The fact is, most FreeBSD users have sufficiently few peers that flowtable is a win over using the routing table on every lookup. Thanks, Kip