summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/services.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index b098dff..321e13f 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -273,9 +273,6 @@ EOD;
$dhcpdconf .= " option netbios-node-type 8;\n";
}
- if ($dhcpifconf['domain'])
- $dhcpdconf .= " option domain-name \"{$dhcpifconf['domain']}\";\n";
-
if (is_array($dhcpifconf['ntpserver']) && $dhcpifconf['ntpserver'][0])
$dhcpdconf .= " option ntp-servers " . join(",", $dhcpifconf['ntpserver']) . ";\n";
OpenPOWER on IntegriCloud