From owner-freebsd-current@FreeBSD.ORG Mon Dec 10 08:19:12 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AEC0C16A417 for ; Mon, 10 Dec 2007 08:19:12 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from www.liukuma.net (www.liukuma.net [62.220.235.15]) by mx1.freebsd.org (Postfix) with ESMTP id 6259513C46B for ; Mon, 10 Dec 2007 08:19:12 +0000 (UTC) (envelope-from reko.turja@liukuma.net) Received: from localhost (unknown [127.0.0.1]) by www.liukuma.net (Postfix) with ESMTP id 2EEEE1CC93; Mon, 10 Dec 2007 10:17:56 +0200 (EET) Received: from www.liukuma.net ([127.0.0.1]) by localhost (www.liukuma.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id sb3OH18GeXh4; Mon, 10 Dec 2007 10:17:54 +0200 (EET) Received: from L02D81003 (unknown [195.148.43.230]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (Authenticated sender: ignatz@www.liukuma.net) by www.liukuma.net (Postfix) with ESMTP id 4D0E71CC59; Mon, 10 Dec 2007 10:17:54 +0200 (EET) Message-ID: <002801c83b05$56ab20b0$3a2a13ac@staff.ktc.lan> From: "Reko Turja" To: "Giorgos Keramidas" , "Ivan Voras" References: <20071209234943.GB2112@kobe.laptop><9bbcef730712091554p63d4ec54sdaf0abcb6e5b1c65@mail.gmail.com> <20071210002131.GA74729@kobe.laptop> Date: Mon, 10 Dec 2007 10:19:08 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: freebsd-current@freebsd.org Subject: Re: FreeBSD 7 trivial problems / notes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 10 Dec 2007 08:19:12 -0000 >> > => SCTP depends on IPv6 >> > >> > This is clearly documented in NOTES. I don't think it should >> > count >> > as a surprising fact. >> >> I know it's in the NOTES - I've added it when it bit me since I >> didn't >> read the notes. Maybe I'll remove it. > > If it bit you, an experienced FreeBSD developer, it can bite others > too. > Let's work with re@ to get it in the release notes, if it's not > already > there (instead of deleting it from the list) :-) > My last CVSup is from Wed Dec 05 19:32:59 2007 +0000 (right before I > started preparing for Friday's FreeBSD talk at a nearby university), > so I'll CVSup again tomorrow morning, and check how we can fit this > into > the release notes in a nice, non-intrusive but still useful manner. How about making a comment about the requirement in the GENERIC config file, in a manner used for device 'ed' or device 'sbp' for example? ... options INET6 # IPv6 communications protocols options SCTP # Stream Control Transmission Protocol # SCTP requires 'options INET6' options FFS ... Or are the comments about in requirement at 'GENERIC' phased out? -Reko