<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    1) Is it possible to match on (non)membership of another class? <br>
    eg:    <br>
    class "foo" {<br>
      match if ((<i>some condition) </i>and not (member of class
    "xyz"));<br>
      ...<br>
    }<br>
    I'm guessing no, because I seem to recall some discussion about
    match statements not being evaluated in any certain order.<br>
    <br>
    <br>
    2) Is it possible to match the <i>lack</i> of option 82
    information?<br>
    eg: <br>
    class "foo" {<br>
      match if ((<i>some condition</i>) and (option
    agent.circuit-id=NULL));<br>
      ...<br>
    }<br>
    <br>
    I have some wireless APs that can provide option82 data and some
    other models that don't.  I could simplify my matching considerably
    if either of these is possible.<br>
  </body>
</html>