Skip to content

Commit

Permalink
Set retries for VPN connections to forever
Browse files Browse the repository at this point in the history
  • Loading branch information
remibergsma committed Jun 17, 2016
1 parent a5c8447 commit 64049eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ def configure_ipsec(self, obj):
file.addeq(" esp=%s" % obj['esp_policy'])
file.addeq(" salifetime=%s" % self.convert_sec_to_h(obj['esp_lifetime']))
file.addeq(" pfs=%s" % CsHelper.bool_to_yn(obj['dpd']))
file.addeq(" keyingtries=2")
file.addeq(" keyingtries=%forever")
file.addeq(" auto=start")
if not obj.has_key('encap'):
obj['encap']=False
Expand Down

0 comments on commit 64049eb

Please # to comment.