Skip to content

Commit c566aba

Browse files
swillRohit Yadav
authored andcommitted
we should not need to take down the service every time an IP is configured
1 parent 970746c commit c566aba

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

systemvm/patches/debian/config/opt/cloud/bin/configure.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,6 @@ def process(self):
629629
self.remoteaccessvpn_iptables(public_ip, self.dbag[public_ip])
630630

631631
CsHelper.execute("ipsec auto --rereadall")
632-
CsHelper.execute("service xl2tpd stop")
633632
CsHelper.execute("service xl2tpd start")
634633
CsHelper.execute("ipsec auto --rereadsecrets")
635634
CsHelper.execute("ipsec auto --replace L2TP-PSK")

0 commit comments

Comments
 (0)