From owner-freebsd-net@FreeBSD.ORG Thu May 6 12:22:31 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CBBA16A504; Thu, 6 May 2004 12:22:31 -0700 (PDT) Received: from rwcrmhc12.comcast.net (rwcrmhc12.comcast.net [216.148.227.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0EC1A43D2D; Thu, 6 May 2004 12:22:31 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org ([24.7.73.28]) by comcast.net (rwcrmhc12) with ESMTP id <2004050619223001400jti7ce>; Thu, 6 May 2004 19:22:30 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id MAA83570; Thu, 6 May 2004 12:22:30 -0700 (PDT) Date: Thu, 6 May 2004 12:22:28 -0700 (PDT) From: Julian Elischer To: Andre Oppermann In-Reply-To: <409A8EF3.5825EF0C@freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-net@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: Default behaviour of IP Options processing X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 May 2004 19:22:31 -0000 On Thu, 6 May 2004, Andre Oppermann wrote: > I have just committed the attached change to ip_input() to control the > behaviour of IP Options processing. The default is the unchanged > current behaviour. [...] > routing. The remaining IP Options are RR (record route) and TS (time > stamp) which are both useless. For finding out which path a packet takes > we use traceroute instead of RR. Besides that RR is limited to the space > in the IP Options field and can possibly record only a few hops (9 IIRC). > Time stamp is useless for the same reason and since it doesn't have a > fixed and synchronized timebase it is even more so useless. > > Opinions? Discussion? Yes/Nay? I use RR all the time. it allows you to record the reverse path, (up to the size limitation). what about inet6 ? do you plan on doing things there? There are more options defined there..