summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2015-04-20 20:54:28 +0200
committerErmal LUÇI <eri@pfsense.org>2015-04-20 20:54:28 +0200
commita75d1a5f0164d5dbf8cc98fc00d0bddd646ef756 (patch)
treedb87d24efc0ddfc60f299c9934a3c26897950e77 /etc/inc/vpn.inc
parent868a62be4c27860aef9f3fd939beee5a6f26090a (diff)
downloadpfsense-a75d1a5f0164d5dbf8cc98fc00d0bddd646ef756.zip
pfsense-a75d1a5f0164d5dbf8cc98fc00d0bddd646ef756.tar.gz
Allow to configure new modes for phase1 according to RFC 5903 by manually merging pull request #1501 partially. While here preserve style.
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 4dbf94b..9df0cd6 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -89,6 +89,15 @@ function vpn_ipsec_convert_to_modp($index)
case '18':
$convertion = "modp8192";
break;
+ case '19':
+ $convertion = "ecp256";
+ break;
+ case '20':
+ $convertion = "ecp384";
+ break;
+ case '21':
+ $convertion = "ecp512";
+ break;
}
return $convertion;
OpenPOWER on IntegriCloud