秋定です。
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>