summaryrefslogtreecommitdiffstats
path: root/etc/inc/ipsec.inc
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@dds.nl>2011-03-11 22:34:53 +0100
committerSeth Mos <seth.mos@dds.nl>2011-03-11 22:34:53 +0100
commit3795d067c95977ec4b4ddf95714236185cce5ac5 (patch)
tree718c372d4c9f5776f720f81749dd12866f63c38c /etc/inc/ipsec.inc
parent1529458011a6aabcf39f01592a9971bf2c337696 (diff)
downloadpfsense-3795d067c95977ec4b4ddf95714236185cce5ac5.zip
pfsense-3795d067c95977ec4b4ddf95714236185cce5ac5.tar.gz
Add the ability to differentiate between v4 and v6 tunnels. Bill says he can test
Diffstat (limited to 'etc/inc/ipsec.inc')
-rw-r--r--etc/inc/ipsec.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/ipsec.inc b/etc/inc/ipsec.inc
index e15a14c..76f94ec 100644
--- a/etc/inc/ipsec.inc
+++ b/etc/inc/ipsec.inc
@@ -82,7 +82,8 @@ $p1_authentication_methods = array(
'pre_shared_key' => array( 'name' => 'Mutual PSK', 'mobile' => false ) );
$p2_modes = array(
- 'tunnel' => 'Tunnel',
+ 'tunnel' => 'Tunnel v4',
+ 'tunnel6' => 'Tunnel v6',
'transport' => 'Transport');
$p2_protos = array(
OpenPOWER on IntegriCloud