summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-07 19:34:18 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-07 19:34:18 +0000
commit4476d4475167263b170ea831dece50426655398a (patch)
tree16b1d9407d4f435d8ba4395e8221431ded72dc32 /etc/rc.initial.setlanip
parent9f6f3e04c7527781692165adcdf1b392fd0fb765 (diff)
downloadpfsense-4476d4475167263b170ea831dece50426655398a.zip
pfsense-4476d4475167263b170ea831dece50426655398a.tar.gz
Merge lan configuration to the interfaces_wan.php page wich does the configuration of all
other assigned interfaces.
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 9eaaa3c..609e722 100755
--- a/etc/rc.initial.setlanip
+++ b/etc/rc.initial.setlanip
@@ -206,7 +206,7 @@
$upperifname = strtoupper($interface);
echo "\nPlease wait, saving and activating your changes to {$upperifname}...";
write_config(gettext("{$interface} IP configuration from console menu"));
- interfaces_lan_configure();
+ interfaces_wan_configure("lan");
echo " Reloading filter...";
filter_configure_sync();
echo "\n";
OpenPOWER on IntegriCloud