summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-04-21 04:29:13 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-04-21 04:29:13 +0000
commitcd2599938a77d782e929f2941e953db028b173b2 (patch)
tree5d16d73cc515dbd595a61d9caf97b0a19d32b63f /etc
parent08b15f2dc5bac7b7d1f3e0ce402504a5d44a0c41 (diff)
downloadpfsense-cd2599938a77d782e929f2941e953db028b173b2.zip
pfsense-cd2599938a77d782e929f2941e953db028b173b2.tar.gz
Remove openvpn. We now have a CoreGUI version.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/interfaces.inc6
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");
OpenPOWER on IntegriCloud