summaryrefslogtreecommitdiffstats
path: root/etc/rc.initial.setlanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-10-27 22:51:03 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-10-27 22:51:03 +0000
commite8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e (patch)
treead0235a6216b7ccaef2e5c9b35c7293c5d5dd31a /etc/rc.initial.setlanip
parentbbcc0a41d451b2bea36419593ccf16c64edc8d6b (diff)
downloadpfsense-e8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e.zip
pfsense-e8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e.tar.gz
Reload interface being worked on, not blindly lan
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 9c0bd81..3d81e7c 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"));
- interface_configure("lan");
+ interface_configure(strtolower($upperifname));
echo " Reloading filter...";
filter_configure_sync();
echo "\n";
OpenPOWER on IntegriCloud