summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index e1735b3..1c07158 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -713,7 +713,10 @@ function interfaces_configure() {
$delayed_list[$if] = $ifname;
else if (strstr($realif, "gif"))
$delayed_list[$if] = $ifname;
- else {
+ else if (strstr($realif, "ovpn")) {
+ //echo "Delaying OpenVPN interface configuration...done.\n";
+ continue;
+ } else {
if ($g['booting'])
echo "Configuring {$ifname} interface...";
if($g['debug'])
OpenPOWER on IntegriCloud