summaryrefslogtreecommitdiffstats
path: root/etc/inc/vpn.inc
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-12-19 20:48:02 +0100
committerErmal LUÇI <eri@pfsense.org>2014-12-19 20:48:02 +0100
commit0b7f174c38f99f28ddfc361f8b89ffeaab485552 (patch)
tree466853e5c38faea957c3caaa5d337a64c2071997 /etc/inc/vpn.inc
parent7a683b46b9d5cb98086fdac1ebcd05052e0c1025 (diff)
downloadpfsense-0b7f174c38f99f28ddfc361f8b89ffeaab485552.zip
pfsense-0b7f174c38f99f28ddfc361f8b89ffeaab485552.tar.gz
Ooops fix this identation on final config
Diffstat (limited to 'etc/inc/vpn.inc')
-rw-r--r--etc/inc/vpn.inc26
1 files changed, 13 insertions, 13 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index a179538..ac646dc 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -808,19 +808,19 @@ EOD;
$ipsecconnect .=<<<EOD
conn con{$ph1ent['ikeid']}
-fragmentation = yes
-keyexchange = {$keyexchange}
-{$reauth}
-{$forceencaps}
-{$rekey}
-reqid = {$ikeid}
-installpolicy = yes
-{$tunneltype}
-{$dpdline}
-auto = {$passive}
-left = {$left_spec}
-right = {$right_spec}
-leftid = {$myid_data}
+ fragmentation = yes
+ keyexchange = {$keyexchange}
+ {$reauth}
+ {$forceencaps}
+ {$rekey}
+ reqid = {$ikeid}
+ installpolicy = yes
+ {$tunneltype}
+ {$dpdline}
+ auto = {$passive}
+ left = {$left_spec}
+ right = {$right_spec}
+ leftid = {$myid_data}
EOD;
OpenPOWER on IntegriCloud