verifies NUT send multicast NSs by the default rules:
- MAX_MULTICAST_SOLICIT
- RETRANS_TIMER
=begin html
TN NUT
--------------------------------
State: NONCE (for TN)
==== echo-request ===>
src=TN's link-local
dst=NUT's link-local
State: INCOMPLETE
Wait (RETRANS_TIMER * MAX_MULTICAST_SOLICIT)
<=== Judgment #1: multicast NS ===
src=NUT's link-local
dst=solicited-node[TN's link-local]
w/ SLLA
<=== Judgment #1: multicast NS ===
src=NUT's link-local
dst=solicited-node[TN's link-local]
w/ SLLA
<=== Judgment #1: multicast NS ===
src=NUT's link-local
dst=solicited-node[TN's link-local]
w/ SLLA
=end html
=head1 JUDGMENT
=for html
1. NUT sends the following multicast NSs:
src=NUT's link-local, dst=solicited-node[TN's link-local], w/ SLLA
1.1. A Number of the multicast NSs <= MAX_MULTICAST_SOLICIT(3)
1.2. Intervals between the multicast NSs >= RETRANS_TIMER(1 sec.)
=head1 TERMINATION
N/A
=head1 NOTE
The test does not invoke any remote command.
=head1 SEE ALSO
perldoc V6evalTool
perldoc V6evalRemote
=cut