diff options
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r-- | etc/inc/interfaces.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc index 7ce295b..7e46f79 100644 --- a/etc/inc/interfaces.inc +++ b/etc/inc/interfaces.inc @@ -282,12 +282,6 @@ function interfaces_optional_configure_if($opti) { mwexec($cmd); } - /* OpenVPN configuration? */ - if (isset($optcfg['ovpn'])) { - if (strstr($optcfg['if'], "tap")) - ovpn_link_tap(); - } - /* bridged? */ if ($optcfg['bridge']) { mwexec("/sbin/ifconfig " . escapeshellarg($optcfg['if']) . " delete up"); |