mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
we should not need to take down the service every time an IP is configured
This commit is contained in:
parent
970746c6d6
commit
c566aba838
@ -629,7 +629,6 @@ class CsRemoteAccessVpn(CsDataBag):
|
||||
self.remoteaccessvpn_iptables(public_ip, self.dbag[public_ip])
|
||||
|
||||
CsHelper.execute("ipsec auto --rereadall")
|
||||
CsHelper.execute("service xl2tpd stop")
|
||||
CsHelper.execute("service xl2tpd start")
|
||||
CsHelper.execute("ipsec auto --rereadsecrets")
|
||||
CsHelper.execute("ipsec auto --replace L2TP-PSK")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user