From owner-freebsd-net Thu Jun 14 22:16:45 2001 Delivered-To: freebsd-net@freebsd.org Received: from imo-m05.mx.aol.com (imo-m05.mx.aol.com [64.12.136.8]) by hub.freebsd.org (Postfix) with ESMTP id EA26437B403 for ; Thu, 14 Jun 2001 22:16:41 -0700 (PDT) (envelope-from raviprasad20@netscape.net) Received: from raviprasad20@netscape.net by imo-m05.mx.aol.com (mail_out_v30.22.) id n.af.5bef00 (16219) for ; Fri, 15 Jun 2001 01:16:38 -0400 (EDT) Received: from netscape.com (aimmail05.aim.aol.com [205.188.144.197]) by air-in01.mx.aol.com (v78_r3.8) with ESMTP; Fri, 15 Jun 2001 01:16:38 -0400 Date: Fri, 15 Jun 2001 01:16:38 -0400 From: raviprasad20@netscape.net To: freebsd-net@freebsd.org Subject: interface down. Mime-Version: 1.0 Message-ID: <5D6347ED.3827F7D3.9513E96F@netscape.net> X-Mailer: Franklin Webmailer 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, This is regarding the formation of link local address in autoconfiguration. the RFc mentions the four cases under which we have to form link local addresses. ( referc section 5.2 of rfc 2462). I have checked the free BSD 4.2 code. I found that the code takes care of 1, 3 & 4th cases & to some extent 2nd case. I found that if the interface goes down because of some hardware fault & a new ethernet card is inserted then link local addresses are not formed. 1)Is my understanding correct? 2)Is there any mechanism of clearing the IFF_UP flag of the ifnet structure in this case? My main question is whether the device driver will call some function so that the IFF_UP is cleared in the flags member of the ifnet structure? 3)Also if new card is inserted (without rebooting the system), whether autoconfiguration process will again start for the interface. Kindly send me ur valuable sugesstions. 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