summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-08 18:07:55 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-08 18:07:55 +0000
commit79b322f0207b520b61cd0f86497bdd431d2d9055 (patch)
treecc04c59f4e596eed11cf1ac2ce59ac8df0ad1398 /etc/rc.initial.setlanip
parent2e76e612e0b41081749ad1f1ca68bec041918c1b (diff)
downloadpfsense-79b322f0207b520b61cd0f86497bdd431d2d9055.zip
pfsense-79b322f0207b520b61cd0f86497bdd431d2d9055.tar.gz
Correctly set interface to dhcp in wan case.
Diffstat (limited to 'etc/rc.initial.setlanip')
-rwxr-xr-xetc/rc.initial.setlanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.initial.setlanip b/etc/rc.initial.setlanip
index 37bb4eb..668fe64 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -103,7 +103,7 @@
echo gettext("Configure {$upperifname} interface via DHCP? [y|n]") . "\n> ";
$intdhcp = chop(fgets($fp));
if(strtolower($intdhcp) == "y" || strtolower($intdhcp) == "yes") {
- $intip = "DHCP";
+ $intip = "dhcp";
$intbits = "";
$isintdhcp = true;
}
OpenPOWER on IntegriCloud