Project

General

Profile

« Previous | Next » 

Revision f0e80b72

Added by Jim Pingle about 14 years ago

Correct dhcpd statement for unknown-clients. Fixes #1555

View differences:

etc/inc/services.inc
275 275
			$dhcpdconf .= "		deny dynamic bootp clients;\n";
276 276

  
277 277
		if (isset($dhcpifconf['denyunknown']))
278
		   $dhcpdconf .= "		deny unknown clients;\n";
278
		   $dhcpdconf .= "		deny unknown-clients;\n";
279 279

  
280 280
		if ($dhcpifconf['gateway'])
281 281
			$routers = $dhcpifconf['gateway'];

Also available in: Unified diff