");
}
#-------------------------------------------------------------------
vLogHTML("The Reply Message is correct
");
#-------------------------------------------------------------------
vClear($IF0);
vStop($IF0);
dhcpExitPass();
#NOTREACHED
########################################################################
__END__
=head1 NAME
S_RFC3736_Creation-Transmission_Reply.seq - Reply message transmission
=head1 TARGET
Server
=head1 SYNOPSIS
=begin html
S_RFC3736_Creation-Transmission_Reply.seq [-tooloption ...]
-pkt S_RFC3736_Creation-Transmission_Reply.def
-tooloption: v6eval tool option
See Also DHCPv6.def
=head1 INITIALIZATION
=begin html
TN(Client1)
|
Link0 -------+-----------+--------------- 3ffe:501:ffff:100::/64
|
NUT(Server1)
Destination address set to TN's unicast address same as the Information-request message's source adderess
Reply Message Format
- msg-type
REPLY(7)
- transaction-id
same as Information-request's transaction-id
- options
- Server ID option
Any
- Client ID option
same as Information-request's Client ID
- Configuration
| 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(DNS Recursive Name Server option))
| ----> | Reply (*1)
| |
| |
=end html
=head1 JUDGEMENT
(*1)PASS: NUT returns the Reply message that is same as the description of verification points.
=head1 TERMINATION
N/A
=head1 REFERENCE
=begin html
See also RFC3315
17.2.3 and 18.2
See also RFC3646
3 and 4
see also RFC3736
5.1. 5.2 adn 5.3
=end html
=head1 SEE ALSO
perldoc V6evalTool
=cut