From owner-freebsd-net Thu Dec 6 5:51: 2 2001 Delivered-To: freebsd-net@freebsd.org Received: from samar.sasken.com (samar.sasken.com [164.164.56.2]) by hub.freebsd.org (Postfix) with ESMTP id E949037B419 for ; Thu, 6 Dec 2001 05:50:56 -0800 (PST) Received: from samar (localhost [127.0.0.1]) by samar.sasken.com (8.11.3/8.11.3) with SMTP id fB6DorM07928; Thu, 6 Dec 2001 19:20:53 +0530 (IST) Received: from pcka225.sasi.com (IDENT:madhavis@pcka225.sasi.com [10.0.82.225]) by sunk2.sasi.com (8.9.3/8.9.3) with ESMTP id TAA13317; Thu, 6 Dec 2001 19:20:51 +0530 (IST) Date: Thu, 6 Dec 2001 19:20:51 +0530 (IST) From: Madhavi Suram X-X-Sender: To: Martin Karsten Cc: Subject: Re: Router alert option In-Reply-To: <200112061311.fB6DBrm19544@KOM.tu-darmstadt.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi I have seen Mr.Ping Pan's implementation of this. This seems to be just for receiving a packet with some IP option through a raw IP socket. This doesn't seem to be containing the kernel processing part of a packet with router alert option. In netinet6 I have seen that the ip6_input() function sets ours = 1; when it gets a packet with router alert option. Is something similar done in case of IPv4 too? If that's the case, I couldn't figure it out in this patch. Or is it already there in the standard kernel itself? Could some one tell me how a packet with router alert option is handled in ip_input(), or give me some pointers to some description of this processing? thanks & regards Madhavi. On Thu, 6 Dec 2001, Martin Karsten wrote: > Ping Pan has implemented a complete IP options package for FreeBSD versions > up to 4.0. Maybe it's easy to port it to newer versions. See > http://www.cs.columbia.edu/~pingpan/software_list.htm > > Martin > > > Could anyone tell me if Router Alert option processing is implemented in > > FreeBSD 4.1 ip(v4) stack? Are there any patches available for this? I > > could find only the option addition part while browsing through the > > sources. I couldn't find the receiving part of this. > > > > Thanks in advance. > > > > regards > > Madhavi. > > > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-net" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message