Date: Sat, 14 Jun 2008 19:10:06 +0800 From: =?big5?B?U3BlZWRvIENoZW4gLbOvq9unyg==?= <Speedo.Chen@zyxel.com.tw> Subject: [dhcptest:00278] An issue in DHCPv6_common.pm for 1.0.9 To: <dhcptest@tahi.org> Message-Id: <D3D9ADDCD54B0943A264172CEAEE707932F5C8@ZyTWBE03.ZyXEL.com> X-Mail-Count: 00278Hi, I think there is an issue in DHCPv6_common.pm. line 1744 if((!defined($time)) && (3 == $duidtype)){ Since DUID-LL(type 3) has no time info. (not DUID-LLT, type 1)I think it should be changed as below if((!defined($time)) && (1 == $duidtype)){ BRs,Y.T.278_2.html (attatchment)(tag is disabled)