Index: [Article Count Order] [Thread]

Date: Wed, 21 Dec 2005 18:04:51 +0900
From: "haoda" <haoda@64translator.com>
Subject: [dhcptest:00043] Re: Welcome to our (dhcptest ML)
To: <dhcptest@tahi.org>
Cc: <haoda@64translator.com>
Message-Id: <200512210904.jBL94v4V075919@bahamas.64translator.com>
In-Reply-To: <20051221054136.83844.qmail@web8511.mail.in.yahoo.com>
X-Mail-Count: 00043

Hi, Mr. Amit,

> I tested the new script S_RFC3315_17.2.3_Creation-TransmissionOfReplyMsgWithReconfigureOP.seq
> Its working fine, the test case got passed...
I think it also be a good news to me. 

	 
> And i am attaching the log for S_RFC3315_18.2.3_ReceiptRenewMsg.seq
> script, even its getting passed but as the address is not the one sent in the reply message, it assigns the lifetime values as
zero for that address.
> Just check the log and tell me whether what i am doing is right or wrong
In test log file sent by you, I found the IA_address option isn't encapsulated in the IA option.

| | | | Opt_DHCPv6_IA_NA                (length:16)
| | | | | Code                             = 3
| | | | | Length                           = 12
| | | | | Identifier                       = 101010
| | | | | Time1                            = 4000
| | | | | Time2                            = 5000
| | | | Opt_DHCPv6_IA_Address           (length:28)
| | | | | Code                             = 5
| | | | | Length                           = 24
| | | | | Address                          = 3ffe:ffff:100::10

My script is can't obtain IA_address from your reply messge, so the default value is been used.
Then you see the un-properly test result.

Please refer the RFC3315, p76,line 4237, "22.6 IA Address Option".

"				...The IA Address option must be
   encapsulated in the Options field of an IA_NA or IA_TA option.  The
   Options field encapsulates those options that are specific to this
   address.
"

Regard yours,

Haoda