<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-2">
<META content="MSHTML 6.00.6001.18183" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>we have a problem where we must differentiate
between different values of vendor-class-identifiers and firmware versions for
them. The problem is that for every v-c-i there is only one right firmware. The
vendor-class-identifiers are for example "Firmware_1" and
"Firmware_1b"</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The following class "happens" with both
firmware versions </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV>class "something" {<BR> match if ( substring (option
vendor_class_identifier, 0, 10) = "<FONT face=Arial size=2>Firmware_1</FONT>")
</DIV>
<DIV>filename = "blahblah"<BR>}<BR></DIV>
<DIV><FONT face=Arial size=2>which isn't what we want. Is there an option of
some sort of exclusive or / matching the entire
vendor_class_identifier or something like that?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thank you in advance!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>With regards,</FONT></DIV>
<DIV><FONT face=Arial size=2>Matej Serc</FONT></DIV>
<DIV><FONT face=Arial size=2><A
href="mailto:matej@matnet.net">matej@matnet.net</A></FONT></DIV></BODY></HTML>