summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-26 22:53:03 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-26 22:53:03 +0100
commit080036611277f714b6ee2e7faf6b58a4393f41b1 (patch)
treea1ab27322ba17a6cb37408bb2eed216bb94a70e0 /etc/inc
parent6878d79735c31cb1598961e8928955ebbbd379c4 (diff)
downloadpfsense-080036611277f714b6ee2e7faf6b58a4393f41b1.zip
pfsense-080036611277f714b6ee2e7faf6b58a4393f41b1.tar.gz
Actually comment this code out since it causes more troubles than solves for any type
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/interfaces.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 0b0d7b7..4f32f62 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1450,13 +1450,15 @@ function interface_ppps_configure($interface) {
$type = $ppp['type'];
$upper_type = strtoupper($ppp['type']);
+ /* XXX: This does not make sense and may create trouble
+ * comment it for now to be removed later on.
if (platform_booting()) {
$descr = isset($ifcfg['descr']) ? $ifcfg['descr'] : strtoupper($interface);
echo "starting {$pppif} link...";
- // Do not re-configure the interface if we are booting and it's already been started
if(isvalidpid("{$g['varrun_path']}/{$ppp['type']}_{$interface}.pid"))
return 0;
}
+ */
$ports = explode(',',$ppp['ports']);
if ($type != "modem") {
OpenPOWER on IntegriCloud