");
dhcpExitFail;
}else{
vLogHTML(' Released Address is not used
');
}
vClear($IF0);
vStop($IF0);
dhcpExitPass;
##NEED
###############################################################################
__END__
=head1 NAME
C_RFC3315_18_1_7_TransDecErrDetect.seq - Check Reachability of declined IP address
=head1 TARGET
Client
=head1 SYNOPSIS
=begin html
C_RFC3315_18_1_7_TransDecErrDetect.seq [-tooloption...]
-pkt C_RFC3315_18_1_7_TransDecErrDetect.def
-tooloption : v6eval tool option
See Also DHCPv6.def
=end html
=head1 INITIALIZATION
=begin html
NUT(Client)
|
|
Link0 --+--------+------------------------ 3ffe:501:ffff:100::/64
|
|
TN(Server)
The client MUST NOT use any of the addresses it is declining as the
source address in the Decline message or in any subsequently
transmitted message.
- Configurations
| Device Name |
Device Type |
Interface |
Assigned Prefix |
Link Local Addr |
MAC Addr |
| Client |
NUT |
Link0 |
3ffe:501:ffff:100::/64 |
NUT's Linklocal address |
NUT's MAC address |
| Server |
TN |
Link0 |
3ffe:501:ffff:100::/64 |
fe80::200:ff:fe00:a1a1 |
00:00:00:00:a1:a1 |
=end html
=head1 TEST PROCEDURE
=begin html
NUT TN
| |
| | Initialize NUT (as a DHCPv6 Client)
| |
| ----> |Solicit
| <---- |Advertise
| ----> |Request
| <---- |Reply
| |
| | DAD Error
| |
| ----> |Decline
| <---- |Echo Request
| ----> |Echo Reply (7*)
| |
=end html
=head1 JUDGEMENT
=begin html
(7*)PASS: NUT does not send Echo Reply.
=end html
=head1 TERMINATION
=begin html
N/A
=end html
=head1 REFERENCE
=begin html
Also see RFC3315
18.1.6. Creation and Transmission of Decline Messages
=end html
=head1 SEE ALSO
=begin html
perldoc V6evalTool
=end html