summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-09-09 11:08:02 +0000
committerErmal Luçi <eri@pfsense.org>2008-09-09 11:08:02 +0000
commit69e5a8be8dd049725b4df12aed425300a2a041e8 (patch)
treeb71bd2aa7346c346b8f92dc6fb927195926a3269 /etc/rc.initial.setlanip
parente1bce2c5d715c97e5f57e880c1543fc239aadf45 (diff)
downloadpfsense-69e5a8be8dd049725b4df12aed425300a2a041e8.zip
pfsense-69e5a8be8dd049725b4df12aed425300a2a041e8.tar.gz
Rename interfaces_wan_configure to interface_configure now that it is used for all assigned interface configuration.
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 609e722..9c0bd81 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_wan_configure("lan");
+ interface_configure("lan");
echo " Reloading filter...";
filter_configure_sync();
echo "\n";
OpenPOWER on IntegriCloud