summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 11:16:39 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 11:16:39 +0100
commit5574e8d59e4d64878a5e49c0c419478539b195bc (patch)
treec32639fc01128344880c77e40cd870f50db19520 /etc/rc.linkup
parent708aa0eff85e5632942aa3e146ebaffdf5c081b9 (diff)
downloadpfsense-5574e8d59e4d64878a5e49c0c419478539b195bc.zip
pfsense-5574e8d59e4d64878a5e49c0c419478539b195bc.tar.gz
Correct the variable name typo to allow rc.linkup to function properly.
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 4f71ed7..92db7f7 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -44,7 +44,7 @@ function handle_argument_group($iface, $argument2) {
return;
}
- if (!isset($config['interfaces'][$interface]['enable'])) {
+ if (!isset($config['interfaces'][$iface]['enable'])) {
log_error("Linkup detected on disabled interface...Ignoring");
return;
}
OpenPOWER on IntegriCloud