From: Jonatan Schlag Date: Thu, 3 Aug 2017 10:51:24 +0000 (+0200) Subject: raw: add new command ipsec-connection-exists X-Git-Tag: 009~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac7ef1f945d689b0ca4e75f79501d4d0b9440715;p=network.git raw: add new command ipsec-connection-exists Signed-off-by: Jonatan Schlag Signed-off-by: Michael Tremer --- 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 ;;