");
dhcpExitFail;
}
#-------------------------------------------------------------------
vLogHTML("The DNS recursive name servers Option in Reply Message is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3736_5.3_SLDHCPDNSOP.seq - Stateless DHCP service message exchange with DNS Recursive Name Servers option
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3736_5.3_SLDHCPDNSOP.seq [-tooloption ...]
-pkt S_RFC3736_5.3_SLDHCPDNSOP.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Client1)
|
Link0 -------+-----------+--------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
DNS Recursive Name Server option
- option-code
OPTION_DNS_SERVERS (23)
- option-len
Length of the list of DNS recursive name servers in octets;
must be a multiple of 16
- DNS-recursive-name-server
Any(IPv6 address of DNS recursive name server)
Option Request option in the Information-request message
option-code
OPTION_ORO(6)
option-len
Any
requested-option-code-1
OPTION_DNS_SERVERS(23)
| 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 Recursive Name Server 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
3. DNS Recursive Name Server option
see also RFC3736
5.3. Options Used for Configuration Information
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut