From ume@mahoroba.org  Thu Feb  7 08:24:01 2002
Return-Path: <ume@mahoroba.org>
Received: from cheer.mahoroba.org (flets19-017.kamome.or.jp [218.45.19.17])
	by hub.freebsd.org (Postfix) with ESMTP id B864337B422
	for <freebsd-gnats-submit@FreeBSD.org>; Thu,  7 Feb 2002 08:23:59 -0800 (PST)
Received: from mille.mahoroba.org (IDENT:SCyY2ofDAHCQElcJPVzsFlb+eUpFsMmYeW9w0NFhQtsivYzpiKTh2ammw2mlbn4b@mille.mahoroba.org [IPv6:2001:200:301:0:202:2dff:fe0a:6bee])
	(user=ume mech=CRAM-MD5 bits=0)
	by cheer.mahoroba.org (8.12.2/8.12.2) with ESMTP/inet6 id g17GNvHk002870
	(version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO);
	Fri, 8 Feb 2002 01:23:57 +0900 (JST)
	(envelope-from ume@mahoroba.org)
Message-Id: <yge8za5s1k3.wl@mille.mahoroba.org>
Date: Fri, 08 Feb 2002 01:23:56 +0900
From: Hajimu UMEMOTO <ume@mahoroba.org>
To: Matthew George <mgeorge@secureworks.net>
Cc: freebsd-gnats-submit@FreeBSD.org, ume@mahoroba.org
In-Reply-To: <200112262128.fBQLSmN02718@freefall.freebsd.org>
Subject: Re: rarpd fails to init IPv6 enabled interfaces
References: <200112262128.fBQLSmN02718@freefall.freebsd.org>

>Number:         34699
>Category:       kern
>Synopsis:       Re: rarpd fails to init IPv6 enabled interfaces
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Feb 07 08:30:02 PST 2002
>Closed-Date:    Sun Feb 10 17:07:09 PST 2002
>Last-Modified:  Wed Oct 26 05:06:57 GMT 2005
>Originator:     
>Release:        
>Organization:
>Environment:
>Description:
 >>>>> On Wed, 26 Dec 2001 13:28:48 -0800 (PST)
 >>>>> Matthew George <mgeorge@secureworks.net> said:
 
 mgeorge> When control passes into the init_one() function for the interface,
 mgeorge> the address family is examined.  The funcion returns if the family is
 mgeorge> not either AF_INET or AF_LINK.  When an IPv6 enabled interface is
 mgeorge> encountered, the first address examined is of type AF_INET6, so the
 mgeorge> function returns without further examining the interface (and thus
 mgeorge> discovering the subsequent AF_INET address).
>How-To-Repeat:
mgeorge> Enable IPv6 and attempt to run rarpd

I cannot reproduce this problem here on my 5-CURRENT and 4.5-RELEASE
boxes.  It seems to me the interface which has IPv6 address is also
examined.
init_one() is called from init() for each ifreq entry.  So, I believe
AF_INET is examined correctly.
What is your actuall problem?

--
Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan
ume@mahoroba.org  ume@bisd.hitachi.co.jp  ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
>Fix:
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Sun Feb 10 17:07:09 PST 2002 
State-Changed-Why:  
not a new pr 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=34699 
>Unformatted:
