summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/network/netconnect.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index de221a4..607c115 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -315,6 +315,9 @@ If you do not know it, keep the preselected protocol.") },
if ($answer) {
$connection->disconnect;
$connection->connect;
+ #- FIXME: should use network::test for ppp (after future merge with network::connection)
+ #- or start interface synchronously
+ services::start('network-up') unless $::isInstall;
}
"end"; #- handle disconnection in install?
},