swill commented on issue #2062: CLOUDSTACK-9878: remove unnecessary VPN drops URL: https://github.com/apache/cloudstack/pull/2062#issuecomment-297765224 Regarding the Remote Access VPN connection being dropped when users are added and deleted is because the entire VPN user databag is reprocessed on each VPN user change. This means that every user is removed and then added back again after. Since each user is removed, if they had an active VPN session, the session is obviously dropped. Since there is no way to modify an existing VPN user (like change password), I should be able to find a way to selectively reconfigure the relevant VPN users. I will update this PR once I have a solution to this specific sub-problem. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org
With regards, Apache Git Services