From owner-freebsd-net Mon May 7 22:11:44 2001 Delivered-To: freebsd-net@freebsd.org Received: from imo-m01.mx.aol.com (imo-m01.mx.aol.com [64.12.136.4]) by hub.freebsd.org (Postfix) with ESMTP id 74B3137B422 for ; Mon, 7 May 2001 22:11:37 -0700 (PDT) (envelope-from raviprasad20@netscape.net) Received: from raviprasad20@netscape.net by imo-m01.mx.aol.com (mail_out_v30.10.) id n.52.2af0f5 (16234) for ; Tue, 8 May 2001 01:11:33 -0400 (EDT) Received: from netscape.com (aimmail02.aim.aol.com [205.188.144.194]) by air-in02.mx.aol.com (v77_r1.37) with ESMTP; Tue, 08 May 2001 01:11:33 -0400 Date: Tue, 08 May 2001 01:11:33 -0400 From: raviprasad20@netscape.net To: freebsd-net@freebsd.org Subject: router advertisement after router solicitation Mime-Version: 1.0 Message-ID: <7F5EB17E.102EA3C7.9513E96F@netscape.net> X-Mailer: Franklin Webmailer 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, This is regarding sending router advertisement on the receipt of router solicitation. When an icmp message of type router solicitation is received in the icmp6_input(). the function calls nd6_rs_input(). This function inturn calls nd6_cach_lladdr(). But no where in the above code rtadv related functions are called. AS all know rtadv is implemented as a daemon. But this daemon sends router advertisements periodically. If a host wants address prefixes immediately it sends router solicitaion to the router. But in the above case no router advertisement related things are called immediately.( the rfc 2462 mentions that if a host needs prefixes immmediately it has to send router soliciations). Kindly mail if iam right. If iam wrong can anybody mail the full sequence of events in freebsd for the above case. regards ravi prasad __________________________________________________________________ Get your own FREE, personal Netscape Webmail account today at http://webmail.netscape.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message