diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-09 11:08:02 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-09 11:08:02 +0000 |
commit | 69e5a8be8dd049725b4df12aed425300a2a041e8 (patch) | |
tree | b71bd2aa7346c346b8f92dc6fb927195926a3269 /etc/rc.initial.setlanip | |
parent | e1bce2c5d715c97e5f57e880c1543fc239aadf45 (diff) | |
download | pfsense-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-x | etc/rc.initial.setlanip | 2 |
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"; |