From ac7ef1f945d689b0ca4e75f79501d4d0b9440715 Mon Sep 17 00:00:00 2001 From: Jonatan Schlag Date: Thu, 3 Aug 2017 12:51:24 +0200 Subject: [PATCH] raw: add new command ipsec-connection-exists Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- src/network | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/network b/src/network index 72e1c590..f7629efc 100644 --- a/src/network +++ b/src/network @@ -1271,6 +1271,9 @@ cli_raw() { db-dump) db_dump ;; + ipsec-connection-exists) + ipsec_connection_exists $@ + ;; list-devices) device_list ;; -- 2.47.3