Date: Fri, 5 Jan 2007 16:33:53 -0700 From: "Scott Langley" <slangley@tadboise.com> Subject: [dhcptest:00141] Bug with DHCPv6 Client's of DUID_EN Type To: <dhcptest@tahi.org> Message-Id: <04654E52DE5D8D47906217E3D32FA9760738BB@sbserver.tadboise.com> X-Mail-Count: 00141I have a device that cares about whether the enterprise number appearingin the Client Identifier field of Tahi-generated ADVERTISE packetmatches the enterprise number that the client sent in its SOLICITpacket. By making the following change in line 1945 of fileDHCPv6_common.pm, I as able to make them match: BEFORE: $cppstr .= " -D\'NUT_DUID_EN_ENNUM =hexstr(\"$optstr\")\' "; AFTER: $cppstr .= " -D\'NUT_DUID_EN_ENNUM =$optstr\' "; Apparently, this field shouldn't converted from hexidecimal to a stringafter all.--Scott LangleyI/O Test Engineerslangley@tadboise.com <mailto:slangley@tadboise.com> scott.langley@hp.com <mailto:scott.langley@hp.com> (208) 639-8918141_2.html (attatchment)(tag is disabled)