Is it possible to log the class that a given request matches? I'd really
to do something like:
if (dhcp-class = "myclass") {
log(info, concat(hardware, " This was a myclass request"));
}
Is this possible? I can't find much in the docs or via Google to help?