From owner-freebsd-current@FreeBSD.ORG Tue Mar 2 01:21:39 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B80816A4CE; Tue, 2 Mar 2004 01:21:39 -0800 (PST) Received: from arginine.spc.org (arginine.spc.org [195.206.69.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE4CF43D2D; Tue, 2 Mar 2004 01:21:38 -0800 (PST) (envelope-from bms@spc.org) Received: from localhost (localhost [127.0.0.1]) by arginine.spc.org (Postfix) with ESMTP id E7AAE65418; Tue, 2 Mar 2004 09:21:36 +0000 (GMT) Received: from arginine.spc.org ([127.0.0.1]) by localhost (arginine.spc.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 22092-01-2; Tue, 2 Mar 2004 09:21:36 +0000 (GMT) Received: from saboteur.dek.spc.org (82-147-17-88.dsl.uk.rapidplay.com [82.147.17.88]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by arginine.spc.org (Postfix) with ESMTP id 9A71B65414; Tue, 2 Mar 2004 09:21:32 +0000 (GMT) Received: by saboteur.dek.spc.org (Postfix, from userid 1001) id 9B21518; Tue, 2 Mar 2004 09:21:31 +0000 (GMT) Date: Tue, 2 Mar 2004 09:21:31 +0000 From: Bruce M Simpson To: Hajimu UMEMOTO Message-ID: <20040302092131.GC884@saboteur.dek.spc.org> Mail-Followup-To: Hajimu UMEMOTO , Larry Rosenman , freebsd-current@freebsd.org References: <46380000.1078177777@lerlaptop-red.iadfw.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: cc: freebsd-current@freebsd.org cc: Larry Rosenman Subject: Re: FYI: IPSec Folks: bin/63616 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 02 Mar 2004 09:21:39 -0000 On Tue, Mar 02, 2004 at 05:18:15PM +0900, Hajimu UMEMOTO wrote: > It seems RFC 2385 (TCP-MD5) digest support broke it. Now, `tcp' is a > token with regardless of usage in upperspec. > > http://www.freebsd.org/cgi/cvsweb.cgi/src/usr.sbin/setkey/token.l.diff?r1=1.9&r2=1.10 Ok. Any suggestions about what the tcp-md5 token(s) should be renamed to in order to avoid colliding with existing tokens? BMS