From 2f779834787f8f3b0aa2256ba741a9fcd4feb833 Mon Sep 17 00:00:00 2001 From: Will Stevens Date: Tue, 25 Apr 2017 07:48:47 -0400 Subject: [PATCH] we should not need to take down the service every time an IP is configured --- systemvm/patches/debian/config/opt/cloud/bin/configure.py | 1 - 1 file changed, 1 deletion(-) diff --git a/systemvm/patches/debian/config/opt/cloud/bin/configure.py b/systemvm/patches/debian/config/opt/cloud/bin/configure.py index bdcfec9ade81..90bc0e78ef4e 100755 --- a/systemvm/patches/debian/config/opt/cloud/bin/configure.py +++ b/systemvm/patches/debian/config/opt/cloud/bin/configure.py @@ -629,7 +629,6 @@ def process(self): 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")