mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correctly set interface to dhcp in wan case.
This commit is contained in:
parent
2e76e612e0
commit
79b322f020
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user