");
dhcpExitFail;
}
# 3 send Request (w/option request)
#$CID_OPTION = "opt_CID_LLT_client1";
#$SID_OPTION = "opt_SID_ANY";
#$IA_NA_OPTION = "opt_IA_NA";
#$OptionRequest_OPTION = "opt_ORO_dns_domainlists";
#my ($ret3, %req3) = send_request($IF0, "request_client1_to_alldhcp", \%adv2, "");
# if (0 != $ret3) {
# dhcpExitFail()
#}
# 4.wait for DHCPv6 Reply Message
#my ($ret4, %rep4) = wait_for_reply($IF0, 5);
#if (0 != $ret4){
# dhcpExitError("Can\'t received the Reply Message");
#}
#Check option
# if (0 != options_exist(\%rep4, ($CMP_DNS_LST|$CMP_CID|$CMP_SID))){
# dhcpExitError("Do not include necessary options!");
# }
#-------------------------------------------------------------------
vLogHTML("The Format of DNS Domain Search List option is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3646_4_DSLOP.seq - Checking the Format of Domain Search List option
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3646_4_DSLOP.seq [-tooloption ...]
-pkt S_RFC3646_4_DSLOP.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Client1)
|
Link0 -------+-----------+--------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
Domain Search List option
option-code
OPTION_DOMAIN_LIST (24)
option-len
Length of the 'searchlist' field in octets
searchlist
Any(The specification of the list of domain names in the Domain Search List)
TN send Request message with Option Request option
option-code
OPTION_ORO(6)
request-option-code
OPTION_DOMAIN_LIST (24)
| Device Name |
Device Type |
I/F |
Assigned Prefix |
Link Local Addr |
MAC Addr |
| Server1 |
NUT |
Link0 |
3ffe:501:ffff:100::/64 |
NUT's Linklocal address |
NUT's MAC address |
| Client1 |
TN |
Link0 |
3ffe:501:ffff:100::/64 |
fe80::200:ff:fe00:a2a2 |
00:00:00:00:a2:a2 |
=end html
=head1 TEST PROCEDURE
=begin html
NUT TN
| |
| | initialize NUT (as a DHCPv6 Server)
| |
| <---- | Solicit (w/ Option Request option)
| ----> | Advertise (*1)
| |
=end html
=head1 JUDGEMENT
(*1)PASS: NUT send Advertise message with Domain Search List option.
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
see also RFC3646
4. Domain Search List option
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut