<div>All,</div><div><br></div><div>Testing out dhcp 4.1.1 on CentOS 5.4.  Freshly compiled dhcpd.  It appears using "option slp-service-scope" in a subnet declaration throws dhcpd into an infinite loop (100% cpu) and the server never actually starts.</div>

<div><br></div><div>Below is a simple dhcpd.conf to test with.  Can anyone confirm this behavior?</div><div><br></div><div><br></div><div><div>subnet 192.168.128.0 netmask 255.255.255.0 {</div><div>        option routers                  192.168.128.1;</div>

<div>        option subnet-mask              255.255.255.0;</div><div>        option domain-name "<a href="http://selu.edu">selu.edu</a>";</div><div>        option domain-name-servers      192.168.1.4, 192.168.1.5;</div>

<div>        option time-offset              -6;     # Central Standard Time</div><div>        option slp-directory-agent true 192.168.1.10, 192.168.1.23;</div><div>        option slp-service-scope true myscope;</div><div>

        range 192.168.128.10 192.168.128.254;</div><div>        default-lease-time 18000;</div><div>        max-lease-time 43200;</div><div>}</div><div><br></div><div><br></div></div><div>ray</div><div>--</div>Ray DeJean<br>

Systems Engineer<br>Southeastern Louisiana University<br>email: <a href="mailto:ray@selu.edu">ray@selu.edu</a><br><a href="http://r-a-y.org">http://r-a-y.org</a><br>