<p>My guess is the first <br>
; needs to be removed. Remove it and try again</p>
<div class="gmail_quote">On Aug 29, 2011 10:40 PM, "jeffrey j donovan" <<a href="mailto:donovan@beth.k12.pa.us">donovan@beth.k12.pa.us</a>> wrote:<br type="attribution">> greetings<br>> <br>> i want to assign a pool of addresses to a group of mac addresses, it seems that either my syntax is wrong. The config passes the dhcpd -t test only when I add single entries.<br>
> <br>> here is the code that fails;<br>> <br>> class "machines" {<br>>                match if substring (hardware, 1, 3) = "00:11:af";<br>>               or if substring (hardware, 1, 3) = "00:11:bg";<br>
> }<br>> <br>> <br>> ## error<br>> /etc/dhcpd.conf line 18: expecting a parameter or declaration<br>>           match if substring (hardware, 1, 3) = "00:11:af";<br>>                                                                                                    ^<br>
> Configuration file errors encountered -- exiting<br>> <br>> <br>> can someone smack me in the right direction :)<br>> <br>> -j<br>> _______________________________________________<br>> dhcp-users mailing list<br>
> <a href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a><br>> <a href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br></div>