From owner-freebsd-net@FreeBSD.ORG Tue Apr 1 19:12:56 2008 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 66D61106567F for ; Tue, 1 Apr 2008 19:12:56 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id D08E98FC27 for ; Tue, 1 Apr 2008 19:12:55 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so3483197fka.11 for ; Tue, 01 Apr 2008 12:12:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; bh=1dkZ0O+/jPK5FqlySC6LlIA8EJEUan5L3wMf7pGUBu0=; b=ITQ2xmumSv9JkWLhN21nXcQuzcZo09IOBFcuAg15LUz150U6qNzLdnev5BcqA0m60B7cux3XfJNVoCT1odEGQGQM/BhC+5ZWAVxOdNbQ8/8pw0GeK5k7eoPahUXZCMC9Hlj00J09Tnqt7lRuZHLBNlAVhzMXYZ4o6P/5xgRrF8U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=date:from:to:cc:subject:message-id:references:mime-version:content-type:content-disposition:in-reply-to:user-agent:sender; b=Odj7220diT+R92g9H6aUYOpnSC0Q2QxPcpysQotLCW9mU/K8S4ydaX35Ex3iCQCxcjlCwpwuhLIHIV7jJq6mMQvdiY09LkgbO/JemkH0zxaYVkdMV1zK5WUg18OQHa+jkdtFgDW+ce0C0ONjY8DM3vOEhh5sKqryyIlHVSKmNLU= Received: by 10.82.171.16 with SMTP id t16mr21188269bue.25.1207077173079; Tue, 01 Apr 2008 12:12:53 -0700 (PDT) Received: from fnop.net ( [89.214.179.125]) by mx.google.com with ESMTPS id e32sm512502fke.10.2008.04.01.12.12.50 (version=SSLv3 cipher=OTHER); Tue, 01 Apr 2008 12:12:52 -0700 (PDT) Date: Tue, 1 Apr 2008 20:12:46 +0100 From: Rui Paulo To: Mark Atkinson Message-ID: <20080401191246.GA1491@fnop.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) Sender: Rui Paulo Cc: freebsd-net@freebsd.org Subject: Re: panic: tcp_addoptions: TCP options too long w/ with TCP_SIGNATURE support 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: Tue, 01 Apr 2008 19:12:56 -0000 Hi, On Tue, Apr 01, 2008 at 09:08:35AM -0700, Mark Atkinson wrote: > I have a 8-CURRENT kernel compiled with the following options, from about > march 5th. > > options IPSEC > options TCP_SIGNATURE #include support for RFC 2385 > device crypto > device cryptodev > > device pf > device pflog > > device vlan > > I also have a external server supporting MD5 tcp signatures. If I give the > following command: > > /usr/src/tools/regression/netinet/tcpconnect/tcpconnect client 172.16.1.145 > 7 1 tcpmd5 > > panic: tcp_addoptions: TCP options too long Could you please use gdb or add a printf to find the value of optlen ? -- Rui Paulo