diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-10-27 22:51:03 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-10-27 22:51:03 +0000 |
commit | e8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e (patch) | |
tree | ad0235a6216b7ccaef2e5c9b35c7293c5d5dd31a | |
parent | bbcc0a41d451b2bea36419593ccf16c64edc8d6b (diff) | |
download | pfsense-e8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e.zip pfsense-e8dba7460f638e5bf6ccbf0701b0c2f6d7e9189e.tar.gz |
Reload interface being worked on, not blindly lan
-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 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"; |