Index: [Article Count Order] [Thread]

Date: Mon, 21 Nov 2005 20:38:28 +0900
From: Mitsuru Chinen <mitch@jp.ibm.com>
Subject: [dhcptest:00008] vRemote() in S_RFC3633_11.2_AssignPrefixFailed.seq
To: dhcptest@tahi.org
Message-Id: <4381B1B4.8060405@jp.ibm.com>
X-Mail-Count: 00008

Hi,

I ran DHCPv6 server test and I think I found a bug in
S_RFC3633_11.2_AssignPrefixFailed.seq.
Unfortunately, I don't have any idea for fix, though.

====== Line 60-65 =====

60 | #initial NUT config parameters,
61 | my %NUT_Server_Config = (
62 |         'if_nut0'=> "$V6evalTool::NutDef{Link0_device}",
63 |         'init_opcode' => "vRemote(\"dhcp6s.rmt\", \"start\",\"link0=$V6evalTool::NutDef{Link0_device}\")\";
64 |         #,\"delegateprefix=\",\"length=48\")"
65 | );

=======================

Line64 looks a comment line. When we assume Line64 is a comment line,
as the first double-quote at Line63 is alone (doesn't make a pair),
Line64 was passed to vRemote() illegally.
But, if Linx64 is a comment line, there is no parameter for dhcpv6 server.

Could you re-check the script?

Thank you,
-- 
Mitsuru Chinen <mitch@jp.ibm.com>