summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 14:29:36 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 14:29:36 +0100
commite702e9ed5dd7fc7029ffc21f4d368910c2a937f3 (patch)
tree44297fcd4ea944bdf681ccbb11bc88bd7f0bc451 /etc/rc.linkup
parentca301b52e84ad87a101f37912e7d6cc6519f6909 (diff)
downloadpfsense-e702e9ed5dd7fc7029ffc21f4d368910c2a937f3.zip
pfsense-e702e9ed5dd7fc7029ffc21f4d368910c2a937f3.tar.gz
Silence this error during bootup
Diffstat (limited to 'etc/rc.linkup')
-rwxr-xr-xetc/rc.linkup3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/rc.linkup b/etc/rc.linkup
index 395486a..f700d58 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -45,7 +45,8 @@ function handle_argument_group($iface, $argument2) {
}
if (!isset($config['interfaces'][$iface]['enable'])) {
- log_error("Linkup detected on disabled interface...Ignoring");
+ if (!platform_booting())
+ log_error("Linkup detected on disabled interface...Ignoring");
return;
}
OpenPOWER on IntegriCloud