<div dir="ltr">
<div>Hi,</div><div><br></div><div>I am currently using Kea with a few different client classes, to separate different models of access-points.</div><div><br></div><div>To accomplish this i use the test clause, for example</div><div>"test": "((option[vendor-class-identifier].text == 'Cisco AP c2700'))" or (option[vendor-class-identifier].text == 'Cisco AP c1850')) or (option ...</div><div><br></div><div>
Using
many different access-points, this gets quite unwieldy, having
everything on the same line. I have experimented with adding additional
parentheses and whatnot, but i am still encountering the same errors.
</div><div><br></div><div>But for some reason Kea will not let me separate these into multiple lines, as i would like:</div><div>"test":
"((option[vendor-class-identifier].text == 'Cisco AP c2700'))" or</div><div> (option[vendor-class-identifier].text == 'Cisco AP c1850')) or <br></div><div> . .</div><div> .</div><div>What is the logic required to accomplish this?<br></div><div><div class="gmail-adL"><br> </div></div>
</div>