summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorEirik Oeverby <ltning@anduin.net>2009-09-23 20:39:31 +0200
committerEirik Oeverby <ltning@anduin.net>2009-09-23 20:39:31 +0200
commit9dc072e45be9e74ee580c8a997cb6334e36d5013 (patch)
tree2818761391c1c5ca59ecf1692f2fbcb6fbc3771d /etc/inc/vpn.inc
parentbd875499c5fb120c14f37432fbf0be4a9a8bc76b (diff)
downloadpfsense-9dc072e45be9e74ee580c8a997cb6334e36d5013.zip
pfsense-9dc072e45be9e74ee580c8a997cb6334e36d5013.tar.gz
Here we go again .. IPSec stuff
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 260cb3f..94e52eb 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -606,7 +606,7 @@ EOD;
if (isset($ph2ent['mobile']) && !isset($a_client['enable']))
continue;
- if ($ph2ent['mode'] == 'tunnel') {
+ if ($ph2ent['mode'] == 'tunnel' or $ph2ent['mode'] == 'transport') {
$localid_type = $ph2ent['localid']['type'];
if ($localid_type != "address")
OpenPOWER on IntegriCloud