summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-06 21:11:58 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-06 21:11:58 +0000
commitd19cc554a530ea8301ee45cc9b8584fe4e1601c4 (patch)
tree376d68e39e2ebde893cbcbc1e19f46721a758ec7 /etc
parent25d90a6bf183bf5ebfd80070cfe49ca7fad7f4e4 (diff)
downloadpfsense-d19cc554a530ea8301ee45cc9b8584fe4e1601c4.zip
pfsense-d19cc554a530ea8301ee45cc9b8584fe4e1601c4.tar.gz
Minor style cleanups
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 4afa9fd..1049208 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -514,7 +514,7 @@ function interfaces_opt_dhcp_configure($interface) {
if ($optcfg['dhcphostname']) {
$dhclientconf .= <<<EOD
- interface "{$optcfg['if']}" {
+interface "{$optcfg['if']}" {
send dhcp-client-identifier "{$optcfg['dhcphostname']}";
send host-name "{$optcfg['dhcphostname']}";
script "/etc/dhclient-script";
@@ -553,7 +553,7 @@ function interfaces_wan_dhcp_configure() {
if ($wancfg['dhcphostname']) {
$dhclientconf .= <<<EOD
- interface "{$wancfg['if']}" {
+interface "{$wancfg['if']}" {
send dhcp-client-identifier "{$wancfg['dhcphostname']}";
send host-name "{$wancfg['dhcphostname']}";
script "/etc/dhclient-script";
OpenPOWER on IntegriCloud