summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-19 22:43:05 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-19 22:43:05 +0000
commitab87bd4cbbf84d58bb5eb8a1a42a602cfbf79ae5 (patch)
treeb42e92bc8ba4b8050c648d7142e69e1097bfda76 /etc/rc.linkup
parenta844ddfbc3bfb0afb0a202880a343da5624f729d (diff)
downloadpfsense-ab87bd4cbbf84d58bb5eb8a1a42a602cfbf79ae5.zip
pfsense-ab87bd4cbbf84d58bb5eb8a1a42a602cfbf79ae5.tar.gz
Woops, set $int before calling!
Pointy-hat-to: me
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index e4a2cea..6da753d 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -83,10 +83,10 @@
log_error("HOTPLUG: Configuring lan interface {$interface}");
interfaces_lan_configure();
} else {
- log_error("HOTPLUG: Configuring optional interface {$interface}");
- interfaces_optional_configure_if($int);
$int = str_replace("opt", "", $interface);
+ interfaces_optional_configure_if($int);
echo "interfaces_optional_configure_if($int);\n";
+ log_error("HOTPLUG: Configuring optional interface {$interface}");
}
$counter++;
OpenPOWER on IntegriCloud