Index: [Article Count Order] [Thread]

Date: Tue, 17 Oct 2006 08:37:47 +0900
From: Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>
Subject: [users:00248] Re: [mipv6_support:6982] Bug in Self_Test_1-4-3 ?
To: mipv6_support@v6pc.jp
Cc: shiho-h@ysknet.co.jp, users@tahi.org
Message-Id: <20061017083747.2100f433.Yukiyo.Akisada@jp.yokogawa.com>
In-Reply-To: <200610161014.FGD88276.IJTIIP-@ysknet.co.jp>
References: <452E52AA.8080502@6wind.com>	<200610161014.FGD88276.IJTIIP-@ysknet.co.jp>
X-Mail-Count: 00248

秋定です。

To: が mipv6_support だけだと contact@tahi.org に redirect してもらうのが正しい処理ですが、
users@tahi.org にも Cc: されていたのでこちらでこのまま処理します。

連絡有難うございます。

宝満さん、一度メール出す時は宛先を確認して下さい。
users@tahi.org の公用語は英語ですよ!

On Mon, 16 Oct 2006 10:14:57 +0900
Shiho Homan <shiho-h@ysknet.co.jp> wrote:

> 横河電機 秋定様
> 
> 安川情報 宝満です。
> おはようございます。
> 
> お気づきかもしれませんが、
> このサポートについては、秋定さんの担当と思われますので、
> 対応よろしくお願いします。
> 
> 以上
> --------------
> Shiho Homan
> 
> 
> 
> > This is a multi-part message in MIME format.
> > Hi,
> > 
> > I use Self_Test_1-4-3 too. I've a problem with the neighbor
> > discovery tests 2_2_7C and 2_2_7D (Phase 1 & 2 router).
> > Help page of these tests say that flags L & A flag must be set in
> > prefix option and M & O flags not set in RA. In fact, RA must have
> > the same format for these two tests.
> > Please, find enclosed a patch which solve this.
> > 
> > Regards,
> > Nicolas
> > 
> > --- Self_Test_1-4-3-orig/nd.p2/v6LC_2_2_7_C.def	Thu Oct 12 16:04:19 2006
> > +++ Self_Test_1-4-3/nd.p2/v6LC_2_2_7_C.def	Thu Oct 12 15:58:42 2006
> > @@ -50,8 +50,8 @@
> >  
> >  Opt_ICMPv6_Prefix local_opt_prefix_link0_default {
> >  	PrefixLength		= LINK0_PREFIXLEN;
> > -	LFlag			= 0;
> > -	AFlag			= 0;
> > +	LFlag			= 1;
> > +	AFlag			= 1;
> >  	RFlag			= 0;
> >  	ValidLifetime		= 0;
> >  	PreferredLifetime	= 0;
> > --- Self_Test_1-4-3-orig/nd.p2/v6LC_2_2_7_D.def	Thu Oct 12 16:03:09 2006
> > +++ Self_Test_1-4-3/nd.p2/v6LC_2_2_7_D.def	Thu Oct 12 16:23:48 2006
> > @@ -90,8 +90,8 @@ FEM_icmp6_ra(
> >  	},
> >  	{
> >  		CurHopLimit	= 255;
> > -		MFlag		= 1;
> > -		OFlag		= 1;
> > +		MFlag		= 0;
> > +		OFlag		= 0;
> >  		HFlag		= 0;
> >  		Preference	= 0;
> >  		LifeTime	= 9000;
> > 
> > 
> > 
> > 
> 
> 
> 


------------------------------------------------------------------------
Yukiyo Akisada <Yukiyo.Akisada@jp.yokogawa.com>