<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=big5">
<META content="MSHTML 6.00.2900.3268" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT face="Courier New" size=2><SPAN 
class=140115010-14062008>Hi,</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=140115010-14062008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN 
class=140115010-14062008></SPAN></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2><SPAN =
class=140115010-14062008>I think 
there is an issue in DHCPv6_common.pm.</SPAN></FONT></DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><FONT face="Courier New" size=2></FONT>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" =
size=2>line 
1744</FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008></SPAN><SPAN =
class=140115010-14062008><FONT 
face="Courier New" size=2>&nbsp;&nbsp;&nbsp; if((!defined($time)) =
&amp;&amp; (3 
== $duidtype)){</FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New"><FONT =
size=2>Since 
DUID-LL(type 3) has no time info. (not DUID-LLT, type 
1)</FONT></FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" =
size=2>I think it 
should be changed as below</FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2>&nbsp;&nbsp;&nbsp; if((!defined($time)) &amp;&amp; (1 == 
$duidtype)){</FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2>BRs,</FONT></SPAN></DIV>
<DIV><SPAN class=140115010-14062008><FONT face="Courier New" 
size=2>Y.T.</FONT></SPAN></DIV></BODY></HTML>