I'm a bit green at creating classes in ISC. Could someone proofread this for me? I think I'm missing a semi-colon somewhere...
	TIA
							
						
					Code:
	
	class "STB" {
 match if (
 (
  (substring (option vendor-class-identifier, 0, 12) = "minerva3800w") or
  (substring (option vendor-class-identifier, 0, 13) = "minerva5810wx") or
  (substring (option vendor-class-identifier, 0, 12) = "ADB-3721WN") or
  (substring (option vendor-class-identifier, 0, 12) = "ADB-5721WNX") or
  (substring (option vendor-class-identifier, 0, 14) = "minerva2500w")
  ) and
  match if substring(hardware, 1,3) = 00:03:91;
 )
}




Comment