From owner-freebsd-current@FreeBSD.ORG Sun Jun 24 22:25:40 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id F2D6116A41F; Sun, 24 Jun 2007 22:25:39 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.208.78.105]) by mx1.freebsd.org (Postfix) with ESMTP id D580E13C45E; Sun, 24 Jun 2007 22:25:39 +0000 (UTC) (envelope-from sgk@troutmask.apl.washington.edu) Received: from troutmask.apl.washington.edu (localhost.apl.washington.edu [127.0.0.1]) by troutmask.apl.washington.edu (8.14.1/8.13.8) with ESMTP id l5OMNjMQ039126; Sun, 24 Jun 2007 15:23:45 -0700 (PDT) (envelope-from sgk@troutmask.apl.washington.edu) Received: (from sgk@localhost) by troutmask.apl.washington.edu (8.14.1/8.13.8/Submit) id l5OMNikj039125; Sun, 24 Jun 2007 15:23:44 -0700 (PDT) (envelope-from sgk) Date: Sun, 24 Jun 2007 15:23:44 -0700 From: Steve Kargl To: Kip Macy Message-ID: <20070624222344.GA39096@troutmask.apl.washington.edu> References: <20070624211128.GZ1371@bashibuzuk.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.2i Cc: freebsd-net@freebsd.org, Randall Stewart , freebsd-current@freebsd.org Subject: Re: Building a kernel with SCTP support 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: Sun, 24 Jun 2007 22:25:40 -0000 On Sun, Jun 24, 2007 at 02:31:45PM -0700, Kip Macy wrote: > Interesting - > > Randall - does SCTP depend on ipv6? Or did you mean to have a pipe > between inet and inet6? > > >From /sys/conf/NOTES: # # Note YOU MUST have both INET and INET6 defined. # you don't have to enable V6, but SCTP is # dual stacked and so far we have not teased apart # the V6 and V4.. since an association can span # both a V6 and V4 address at the SAME time :-) -- Steve