summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormgrooms <mgrooms@shrew.net>2009-03-15 06:29:34 +0000
committermgrooms <mgrooms@shrew.net>2009-03-15 06:29:34 +0000
commit57dc2556889679a840ca50e9a08ced740428b934 (patch)
tree228328af5117c6381070003e62afd9bfc9155b6f /etc
parent4b96b3675a8ee4fd0d276ad0a7c3b8b93bd14cac (diff)
downloadpfsense-57dc2556889679a840ca50e9a08ced740428b934.zip
pfsense-57dc2556889679a840ca50e9a08ced740428b934.tar.gz
Correct a typo in vpn.inc that broke esp encryption algorithm configuration.
Diffstat (limited to 'etc')
-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 18090db..24672b2 100644
--- a/etc/inc/vpn.inc
+++ b/etc/inc/vpn.inc
@@ -629,7 +629,7 @@ EOD;
$remoteid_spec = "address {$remoteid_data}";
}
- if($ph2ent['proto'] == "esp") {
+ if($ph2ent['protocol'] == 'esp') {
$ealgos = '';
OpenPOWER on IntegriCloud