Github user jayapalu commented on a diff in the pull request:

    https://github.com/apache/cloudstack/pull/872#discussion_r48810627
  
    --- Diff: systemvm/patches/debian/config/opt/cloud/bin/configure.py ---
    @@ -479,13 +479,13 @@ def process(self):
     
         def deletevpn(self, ip):
             logging.info("Removing VPN configuration for %s", ip)
    -        CsHelper.execute("ipsec auto --down vpn-%s" % ip)
    -        CsHelper.execute("ipsec auto --delete vpn-%s" % ip)
    +        CsHelper.execute("ipsec down vpn-%s" % ip)
    +        CsHelper.execute("ipsec down vpn-%s" % ip)
    --- End diff --
    
    @terbolous 
    Doing twice will  clean up the tunnel/session. Doing once I have observed 
failures in  bringing up the tunnel some times. So doing it twice for safe 
side. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to