From: Michael Tremer Date: Thu, 29 Nov 2018 16:12:45 +0000 (+0000) Subject: ipsecctrl: Don't wait when a connection is to be started X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b89ae1a4e3596153a192da3f220dc54565078cac;p=people%2Fms%2Fipfire-2.x.git ipsecctrl: Don't wait when a connection is to be started Signed-off-by: Michael Tremer --- diff --git a/src/misc-progs/ipsecctrl.c b/src/misc-progs/ipsecctrl.c index 278bacd0b7..8e6b46ec84 100644 --- a/src/misc-progs/ipsecctrl.c +++ b/src/misc-progs/ipsecctrl.c @@ -124,7 +124,7 @@ void turn_connection_on(char *name, char *type) { // Bring the connection up again. snprintf(command, STRING_SIZE - 1, - "/usr/sbin/ipsec up %s >/dev/null", name); + "/usr/sbin/ipsec stroke up-nb %s >/dev/null", name); safe_system(command); }