<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; =
charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version =
6.5.7638.1">
<TITLE>Problem with DHCPv6 retransmit tests</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi Hideshi,<BR>
<BR>
I encountered some unexpected failures while running certain of the =
DHCPv6 tests that check a client's packet retransmission behavior.<BR>
<BR>
The problem seems to be due to the use of 'gt' - the string comparison =
operator - when comparing some numeric values.<BR>
<BR>
Searching the directory for 'gt' shows that the problem exists in these =
files:<BR>
<BR>
./rfc3315/C_RFC3315_17_1_2_SolRetransMRT.seq:&nbsp;&nbsp; if ($interval =
gt $timeout) {<BR>
./rfc3315/C_RFC3315_18_1_1_ReqRetransMRT.seq:&nbsp;&nbsp; if ($interval =
gt $timeout) {<BR>
./rfc3315/C_RFC3315_18_1_2_CnfRetransMRT.seq:&nbsp;&nbsp; if ($interval =
gt $timeout) {<BR>
./rfc3315/C_RFC3315_18_1_3_RenRetransMRT.seq:&nbsp;&nbsp;&nbsp;&nbsp; if =
($interval gt $timeout) {<BR>
./rfc3315/C_RFC3315_18_1_3_RetransRen.seq:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&=
nbsp;&nbsp; if ($interval gt $timeout) {<BR>
./rfc3315/C_RFC3315_18_1_4_RebRetransMRT.seq:&nbsp;&nbsp; if ($interval =
gt $timeout) {<BR>
./rfc3736/C_RFC3736_INfoRetransMRT.seq: if ($interval gt $timeout) {<BR>
<BR>
You should, of course, replace 'gt' with '&gt;', and then the tests =
should work properly.<BR>
<BR>
Regards,<BR>
<BR>
Scott Langley<BR>
slangley@tadboise.com<BR>
</FONT>
</P>
</BODY>
</HTML>