summaryrefslogtreecommitdiffstats
path: root/etc/rc.linkup
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 21:17:39 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 21:17:39 +0100
commitb8828d0af3454e46a57612e253a315cea3cd5b67 (patch)
tree2dc64551285eb9b2ea9b7a091337e8b7bc95fe72 /etc/rc.linkup
parente17fad504479f54adb068ff8bf11e8479319fda7 (diff)
downloadpfsense-b8828d0af3454e46a57612e253a315cea3cd5b67.zip
pfsense-b8828d0af3454e46a57612e253a315cea3cd5b67.tar.gz
This is revrsed conversion. The linkup script should run after booting not during it. This should help with issues on ppp type links reported
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 044ac79..373f7a1 100755
--- a/etc/rc.linkup
+++ b/etc/rc.linkup
@@ -95,7 +95,7 @@ function handle_argument_group($iface, $argument2) {
}
}
-if (platform_booting()) {
+if (!platform_booting()) {
if (isset($_GET['interface'])) {
if (!empty($_GET['interface']))
$realiface = $_GET['interface'];
OpenPOWER on IntegriCloud