summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-09-10 19:23:20 +0200
committerErmal <eri@pfsense.org>2014-09-10 19:23:20 +0200
commite952906e1238fd00f488eea82b692ec0a98138ac (patch)
treec101908ae6b5fe19cef867df4eccc5479a2aa8ec /etc/inc/ipsec.inc
parent3b977eff751648d85a34ccfff1612daf813e3e4c (diff)
downloadpfsense-e952906e1238fd00f488eea82b692ec0a98138ac.zip
pfsense-e952906e1238fd00f488eea82b692ec0a98138ac.tar.gz
Remove traces of older implementation still present
Diffstat (limited to 'etc/inc/ipsec.inc')
-rw-r--r--etc/inc/ipsec.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index a542cab..11f648f 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -676,12 +676,6 @@ function ipsec_get_descr($ikeid) {
return $descr;
}
-function ipsec_disconnect_mobile($username) {
- if (empty($username))
- return false;
- exec("/usr/local/sbin/racoonctl logout-user " . escapeshellarg($username));
-}
-
function ipsec_fixup_ip($ipaddr) {
if (is_ipaddrv6($ipaddr) || is_subnetv6($ipaddr))
return Net_IPv6::compress(Net_IPv6::uncompress($ipaddr));
OpenPOWER on IntegriCloud