smeserver-base/root/etc/e-smith/templates/etc/dhcpd.conf/25DenyBootp

5 lines
77 B
Plaintext

{
my $bootp = $dhcpd{'Bootp'} || 'deny';
$OUT = "$bootp bootp;";
}