");
dhcpExitFail;
}
#-------------------------------------------------------------------
vLogHTML("The DNS search list Option in Reply Message is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3736_5.3_SLDHCPDSLOP.seq - Stateless DHCP service message exchange with DNS search list option
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3736_5.3_SLDHCPDSLOP.seq [-tooloption ...]
-pkt S_RFC3736_5.3_SLDHCPDSLOP.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)
The Reply message includes DNS Recursive Name Server option.
Option Request option in the Information-request message
- option-code
OPTION_ORO(6)
- option-len
Any
- requested-option-code-1
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 stateless DHCPv6 Server)
| |
| <---- | Information-request(w/ Option Request option)
| ----> | Reply(w/ DNS search list option)
| |
| |
=end html
=head1 JUDGEMENT
(*1)PASS: NUT returns Reply message with DNS Recursive Name Server option to the TN's Information-request message.
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
see also RFC3646
4. Domain Search List option
see also RFC3736
5.3. Options Used for Configuration Information
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut