summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-13 20:50:48 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-13 20:50:48 +0000
commitcefde7627f4167496a68e74a2e93782cb87971aa (patch)
treef366fc9f06340361543615efc096aa32605d89b7 /etc/inc
parentab80b66f23ff273cb5a574893ae428ef8422a6a9 (diff)
downloadpfsense-cefde7627f4167496a68e74a2e93782cb87971aa.zip
pfsense-cefde7627f4167496a68e74a2e93782cb87971aa.tar.gz
Forced commit to note that failover ipsec should be enabled as well (even if your not using failover, it simply sets the racoon listen ip address)
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/vpn.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/inc/vpn.inc b/etc/inc/vpn.inc
index 2c2381c..440627c 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -243,6 +243,7 @@ function vpn_ipsec_configure($ipchg = false) {
$lanip = $config['interfaces']['lan']['ipaddr'];
if($lanip <> "")
$natt = "isakmp_natt {$lanip}[4500];\n";
+
}
$interface_ip = $sasyncd['ip'];
$racoonconf .= <<<EOD
OpenPOWER on IntegriCloud