[
https://issues.apache.org/jira/browse/CLOUDSTACK-9342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15232635#comment-15232635
]
ASF GitHub Bot commented on CLOUDSTACK-9342:
--------------------------------------------
GitHub user Slair1 opened a pull request:
https://github.com/apache/cloudstack/pull/1480
CLOUDSTACK-9342: Site to Site VPN PFS not being set correctly
Bug in code set PFS to the same value (yes/no) as DPD.
file.addeq(" pfs=%s" % CsHelper.bool_to_yn(obj['dpd']))
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Slair1/cloudstack S2S-VPN-PFS-Setting
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1480.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1480
----
commit 9d753703d4326af16f03f9c88c41adf9101d5751
Author: Slair1 <[email protected]>
Date: 2016-04-08T18:08:58Z
CLOUDSTACK-9342: Site to Site VPN PFS not being set correctly
Bug in code set PFS to the same value (yes/no) as DPD.
file.addeq(" pfs=%s" % CsHelper.bool_to_yn(obj['dpd']))
----
> PFS not being set correctly for S2S VPN Tunnel
> ----------------------------------------------
>
> Key: CLOUDSTACK-9342
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-9342
> Project: CloudStack
> Issue Type: Bug
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Virtual Router
> Affects Versions: 4.8.0
> Environment: SystemVM
> Reporter: Sean Lair
> Priority: Critical
> Labels: systemvm, vpn
> Original Estimate: 48h
> Remaining Estimate: 48h
>
> Bug in configure.py sets PFS to the same value (yes/no) as DPD. See snippet
> below:
> In file: systemvm/patches/debian/config/opt/cloud/bin/configure.py
> file.addeq(" pfs=%s" % CsHelper.bool_to_yn(obj['dpd']))
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)