summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-09-21 20:23:06 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-09-21 20:23:06 +0000
commite8ad9d31b52243b2eb695ef56bd97d82cfdd53c2 (patch)
treebff6fc7cba5e21f4698e70edc08beaf1927d04a3 /etc
parented3ccdc74c27cf919c52068eeea0ce0a67761aa1 (diff)
downloadpfsense-e8ad9d31b52243b2eb695ef56bd97d82cfdd53c2.zip
pfsense-e8ad9d31b52243b2eb695ef56bd97d82cfdd53c2.tar.gz
Do not allow openvpn and ipsec entries to run together.
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/filter.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index ba638c8..a42b848 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -360,7 +360,6 @@ function get_vpns_list() {
}
}
/* openvpn */
- $isfirst = true;
foreach (array('client', 'server') as $type) {
$conf =& $config['installedpackages']["openvpn$type"]['config'];
if (!is_array($conf)) continue;
OpenPOWER on IntegriCloud