mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue