summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2010-06-03 16:34:49 -0700
committerMohit Mehta <mohit.mehta@vyatta.com>2010-06-03 16:34:49 -0700
commit963d9b1486c1f8d7bc71e1534bae1627947894c2 (patch)
tree642fcfc8f9e8fe5b95425020b3100aaabe7f78dc
parent29a4918ddfd69570cecba40294c1decb4c2e37a9 (diff)
downloadvyatta-cfg-vpn-963d9b1486c1f8d7bc71e1534bae1627947894c2.tar.gz
vyatta-cfg-vpn-963d9b1486c1f8d7bc71e1534bae1627947894c2.zip
Fix Bug 5652 set ike/ipsec keying tries to forever
-rwxr-xr-xscripts/vpn-config.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/vpn-config.pl b/scripts/vpn-config.pl
index 3577e60..0ee4d94 100755
--- a/scripts/vpn-config.pl
+++ b/scripts/vpn-config.pl
@@ -752,6 +752,9 @@ if ( $vcVPN->exists('ipsec') ) {
}
}
+ ## explicitly set keyingtries to forever ##
+ $genout .= "\tkeyingtries=%forever\n";
+
#
# Write ESP configuration from group
#