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>